javax.media
类 ControllerErrorEvent

java.lang.Object
  继承者 java.util.EventObject
      继承者 javax.media.MediaEvent
          继承者 javax.media.ControllerEvent
              继承者 javax.media.ControllerClosedEvent
                  继承者 javax.media.ControllerErrorEvent
所有已实现的接口:
java.io.Serializable
直接已知子类:
ConnectionErrorEvent, InternalErrorEvent, ResourceUnavailableEvent

public class ControllerErrorEvent
extends ControllerClosedEvent

A 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 not taken, or if the Controller has already failed. A ControllerErrorEvent indicates that the Controller is closed.

另请参见:
Controller, ControllerListener, 序列化表格

字段摘要
 
从类 javax.media.ControllerClosedEvent 继承的字段
message
 
从类 java.util.EventObject 继承的字段
source
 
构造方法摘要
ControllerErrorEvent(Controller from)
           
ControllerErrorEvent(Controller from, java.lang.String why)
           
 
方法摘要
 java.lang.String toString()
          Returns the String representation of this event's values.
 
从类 javax.media.ControllerClosedEvent 继承的方法
getMessage
 
从类 javax.media.ControllerEvent 继承的方法
getSource, getSourceController
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ControllerErrorEvent

public ControllerErrorEvent(Controller from)

ControllerErrorEvent

public ControllerErrorEvent(Controller from,
                            java.lang.String why)
方法详细信息

toString

public java.lang.String toString()
Returns the String representation of this event's values.

覆盖:
ControllerEvent 中的 toString