All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.toolkit.media.event.ManagedControllerErrorEvent
java.lang.Object
|
+----java.util.EventObject
|
+----javax.media.ControllerEvent
|
+----javax.media.ControllerClosedEvent
|
+----javax.media.ControllerErrorEvent
|
+----ejmf.toolkit.media.event.ManagedControllerErrorEvent
- public class ManagedControllerErrorEvent
- extends ControllerErrorEvent
A ManagedControllerErrorEvent
indicates that a
Controller
managed by a Player posted a
ControllerErrorEvent and subsequently caused the managing
Player to close.
-
ManagedControllerErrorEvent(Player, ControllerErrorEvent)
- Create a ManagedControllerErrorEvent for the given managing
Player and ControllerErrorEvent.
-
ManagedControllerErrorEvent(Player, ControllerErrorEvent, String)
- Create a ManagedControllerErrorEvent for the given managing
Player, ControllerErrorEvent, and description.
-
getControllerErrorEvent()
- Get the original ControllerErrorEvent posted by the managed
Controller.
ManagedControllerErrorEvent
public ManagedControllerErrorEvent(Player manager,
ControllerErrorEvent event)
- Create a ManagedControllerErrorEvent for the given managing
Player and ControllerErrorEvent.
- Parameters:
- manager
- The managing Player.
- event
- The original ControllerErrorEvent posted by a
managed Controller.
ManagedControllerErrorEvent
public ManagedControllerErrorEvent(Player manager,
ControllerErrorEvent event,
String message)
- Create a ManagedControllerErrorEvent for the given managing
Player, ControllerErrorEvent, and description.
- Parameters:
- manager
- The managing Player.
- event
- The original ControllerErrorEvent posted by a
managed Controller.
- message
- A message describing the error.
getControllerErrorEvent
public ControllerErrorEvent getControllerErrorEvent()
- Get the original ControllerErrorEvent posted by the managed
Controller.
All Packages Class Hierarchy This Package Previous Next Index