| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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| 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 Controllerthat
 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 | 
| 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()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||