org.davic.media
Class ResourceWithdrawnEvent

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

public class ResourceWithdrawnEvent
extends ControllerEvent

Generated if a Player has some or all of the resources used withdrawn for some reason. The Player remains in a potentially usable condition unlike javax.media.ResourceUnavailableEvent. 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. If the player is in the playing state it still may be (partially) rendering the content. This indicative event is only posted once before the accompanying ResourceReturnedEvent is posted (even if sequentially different resources are lost at different points in time).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ResourceWithdrawnEvent(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

ResourceWithdrawnEvent

public ResourceWithdrawnEvent(Controller controller)
Build an event

Parameters:
controller - the controller which generates the event