All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----javax.media.ControllerEvent | +----javax.media.ControllerClosedEvent | +----javax.media.ControllerErrorEvent
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.
public ControllerErrorEvent(Controller from)
public ControllerErrorEvent(Controller from, String why)
All Packages Class Hierarchy This Package Previous Next Index