javax.media
Class InternalErrorEvent

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.InternalErrorEvent
All Implemented Interfaces:
Serializable, MediaEvent

public class InternalErrorEvent
extends ControllerErrorEvent

See Also:
Serialized Form

Constructor Summary
InternalErrorEvent(Controller from)
           
InternalErrorEvent(Controller from, String message)
           
 
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

InternalErrorEvent

public InternalErrorEvent(Controller from)

InternalErrorEvent

public InternalErrorEvent(Controller from,
                          String message)