org.davic.media
Class ResourceReturnedEvent
java.lang.Object
java.util.EventObject
javax.media.ControllerEvent
org.davic.media.ResourceReturnedEvent
- All Implemented Interfaces:
- java.io.Serializable, javax.media.MediaEvent
public class ResourceReturnedEvent
- extends javax.media.ControllerEvent
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.
- See Also:
- Serialized Form
Methods inherited from class javax.media.ControllerEvent |
getSource, getSourceController, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResourceReturnedEvent
public ResourceReturnedEvent(javax.media.Controller controller)
- Build an event
- Parameters:
controller
- the which generates the event