All Packages Class Hierarchy This Package Previous Next Index
Class javax.media.StopEvent
java.lang.Object
|
+----javax.media.ControllerEvent
|
+----javax.media.TransitionEvent
|
+----javax.media.StopEvent
- public class StopEvent
- extends TransitionEvent
StopEvent is a ControllerEvent that indicates that a Controller
has stopped.
- Version:
- 1.28, 97/08/23
- See Also:
- Controller, ControllerListener
-
StopEvent(Controller, int, int, int, Time)
-
-
getMediaTime()
- Get the clock time (media time) that was passed into the constructor.
StopEvent
public StopEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime)
- Parameters:
- from - The
Controller that generated this event.
- mediaTime - The media time at which the
Controller stopped.
getMediaTime
public Time getMediaTime()
- Get the clock time (media time) that was passed into the constructor.
- Returns:
- The mediaTime at which the
Controller stopped.
All Packages Class Hierarchy This Package Previous Next Index