javax.media
Class DurationUpdateEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.ControllerEvent
          extended by javax.media.DurationUpdateEvent
All Implemented Interfaces:
Serializable, MediaEvent

public class DurationUpdateEvent
extends ControllerEvent

See Also:
Serialized Form

Constructor Summary
DurationUpdateEvent(Controller from, Time newDuration)
           
 
Method Summary
 Time getDuration()
           
 
Methods inherited from class javax.media.ControllerEvent
getSource, getSourceController
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DurationUpdateEvent

public DurationUpdateEvent(Controller from,
                           Time newDuration)
Method Detail

getDuration

public Time getDuration()