|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--javax.media.MediaEvent
|
+--javax.media.ControllerEvent
|
+--javax.media.MediaTimeSetEvent
A MediaTimeSetEvent is posted by a Controller when its
media-time has been set with the setMediaTime method.
Controller,
ControllerListener,
Serialized Form| Field Summary | |
(package private) Time |
mediaTime
|
| Fields inherited from class javax.media.ControllerEvent |
eventSrc |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
MediaTimeSetEvent(Controller from,
Time newMediaTime)
|
|
| Method Summary | |
Time |
getMediaTime()
Get the new media time of the Controller that
generated this event. |
java.lang.String |
toString()
Returns the String representation of this event's values. |
| Methods inherited from class javax.media.ControllerEvent |
getSource, getSourceController |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
Time mediaTime
| Constructor Detail |
public MediaTimeSetEvent(Controller from,
Time newMediaTime)
| Method Detail |
public Time getMediaTime()
Controller that
generated this event.
Controller's new media time.public java.lang.String toString()
toString in class ControllerEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||