All Packages Class Hierarchy This Package Previous Next Index
Class javax.media.StopByRequestEvent
java.lang.Object
|
+----javax.media.ControllerEvent
|
+----javax.media.TransitionEvent
|
+----javax.media.StopEvent
|
+----javax.media.StopByRequestEvent
- public class StopByRequestEvent
- extends StopEvent
A StopByRequestEvent indicates that the Controller has stopped in response to a stop call.
This event is posted as an acknowledgement even if the Controller
is already Stopped.
- Version:
- 1.11, 97/08/23.
- See Also:
- Controller, ControllerListener
-
StopByRequestEvent(Controller, int, int, int, Time)
-
StopByRequestEvent
public StopByRequestEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime)
All Packages Class Hierarchy This Package Previous Next Index