All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----javax.media.ControllerEvent | +----javax.media.TransitionEvent | +----javax.media.StopEvent | +----javax.media.StopByRequestEvent
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.
public StopByRequestEvent(Controller from, int previous, int current, int target, Time mediaTime)
All Packages Class Hierarchy This Package Previous Next Index