org.davic.media
Class ResourceReturnedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.ControllerEvent
          extended by 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

Constructor Summary
ResourceReturnedEvent(javax.media.Controller controller)
          Build an event
 
Method Summary
 
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
 

Constructor Detail

ResourceReturnedEvent

public ResourceReturnedEvent(javax.media.Controller controller)
Build an event

Parameters:
controller - the which generates the event