org.davic.media
Class ResourceReturnedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.media.ControllerEvent
          extended byorg.davic.media.ResourceReturnedEvent
All Implemented Interfaces:
MediaEvent, java.io.Serializable

public class ResourceReturnedEvent
extends 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

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

ResourceReturnedEvent

public ResourceReturnedEvent(Controller controller)
Build an event

Parameters:
controller - the which generates the event