All Packages Class Hierarchy This Package Previous Next Index
Class javax.media.ControllerErrorEvent
java.lang.Object
|
+----javax.media.ControllerEvent
|
+----javax.media.ControllerClosedEvent
|
+----javax.media.ControllerErrorEvent
- public class ControllerErrorEvent
- extends ControllerClosedEvent
A ControllerErrorEvent describes an event that is
generated when an error condition occurs that will cause
a Controller to cease functioning. Events
should only subclass from ControllerErrorEvent if the
error being reported will result in catastrophic failure if action is
I not taken, or if the Controller has already failed.
A ControllerErrorEvent indicates that
the Controller is closed.
- Version:
- 1.16, 97/08/23
- See Also:
- Controller, ControllerListener
-
ControllerErrorEvent(Controller)
-
-
ControllerErrorEvent(Controller, String)
-
ControllerErrorEvent
public ControllerErrorEvent(Controller from)
ControllerErrorEvent
public ControllerErrorEvent(Controller from,
String why)
All Packages Class Hierarchy This Package Previous Next Index