javax.media
Class DurationUpdateEvent
java.lang.Object
java.util.EventObject
javax.media.ControllerEvent
javax.media.DurationUpdateEvent
- All Implemented Interfaces:
- Serializable, MediaEvent
public class DurationUpdateEvent
- extends ControllerEvent
DurationUpdateEvent is posted by a Controller when its
duration changes.
- Version:
- 1.10, 97/08/23.
- See Also:
Controller,
ControllerListener,
Serialized Form
|
Method Summary |
Time |
getDuration()
Get the duration of the media that this Controller
is using. |
DurationUpdateEvent
public DurationUpdateEvent(Controller from,
Time newDuration)
getDuration
public Time getDuration()
- Get the duration of the media that this
Controller
is using.
- Returns:
- The duration of this
Controller's media.
Copyright © 2011. All Rights Reserved.