javax.media
Class ConnectionErrorEvent

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

public class ConnectionErrorEvent
extends ControllerErrorEvent

See Also:
Serialized Form

Constructor Summary
ConnectionErrorEvent(Controller from)
           
ConnectionErrorEvent(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

ConnectionErrorEvent

public ConnectionErrorEvent(Controller from)

ConnectionErrorEvent

public ConnectionErrorEvent(Controller from,
                            String why)