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

An InternalErrorEvent indicates that a Controller failed for implementation-specific reasons. This event indicates that there are problems with the implementation of the Controller.

Version:
1.7, 97/08/23
See Also:
Controller, ControllerListener, Serialized Form

Field Summary
 
Fields inherited from class javax.media.ControllerClosedEvent
message
 
Fields inherited from class java.util.EventObject
source
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalErrorEvent

public InternalErrorEvent(Controller from)

InternalErrorEvent

public InternalErrorEvent(Controller from,
                          String message)


Copyright © 2011. All Rights Reserved.