|
||||||||||
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.ResourceWithdrawnEvent
public class ResourceWithdrawnEvent
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).
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ResourceWithdrawnEvent(javax.media.Controller controller)
Build an event |
Method Summary |
---|
Methods inherited from class javax.media.ControllerEvent |
---|
getSource, getSourceController |
Methods inherited from class java.util.EventObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceWithdrawnEvent(javax.media.Controller controller)
controller
- the controller which generates the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |