|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--javax.media.MediaEvent
|
+--javax.media.ControllerEvent
|
+--javax.media.TransitionEvent
|
+--javax.media.StopEvent
|
+--javax.media.StopByRequestEvent
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.
Controller,
ControllerListener, Serialized Form| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
StopByRequestEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime)
|
|
| Methods inherited from class javax.media.StopEvent |
getMediaTime,
toString |
| Methods inherited from class javax.media.TransitionEvent |
getCurrentState,
getPreviousState,
getTargetState |
| Methods inherited from class javax.media.ControllerEvent |
getSource,
getSourceController |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public StopByRequestEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||