javax.media
Class ControllerErrorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.ControllerEvent
          extended by javax.media.ControllerClosedEvent
              extended by javax.media.ControllerErrorEvent
All Implemented Interfaces:
Serializable, MediaEvent
Direct Known Subclasses:
ConnectionErrorEvent, InternalErrorEvent, ResourceUnavailableEvent

public class ControllerErrorEvent
extends ControllerClosedEvent

See Also:
Serialized Form

Constructor Summary
ControllerErrorEvent(Controller from)
           
ControllerErrorEvent(Controller from, String why)
           
 
Method Summary
 
Methods inherited from class javax.media.ControllerClosedEvent
getMessage
 
Methods inherited from class javax.media.ControllerEvent
getSource, getSourceController
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControllerErrorEvent

public ControllerErrorEvent(Controller from)

ControllerErrorEvent

public ControllerErrorEvent(Controller from,
                            String why)