|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.media.ControllerEvent
org.davic.media.ResourceReturnedEvent
Generated if a Player which was stopped due to having its resources withdrawn has had those resources returned to it. The posting of this event does not interfere with the state machine of the player, it does not change state as a result of this event. This indicative event is only posted once after all the resources required for the current state of the player have become available again and it is performing as is expected in the current state. This event is only posted as a result of an earlier ResourceWithDrawnEvent.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ResourceReturnedEvent(Controller controller)
Build an event |
Methods inherited from class javax.media.ControllerEvent |
getSource, getSourceController, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ResourceReturnedEvent(Controller controller)
controller
- the which generates the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |