javax.media
类 DeallocateEvent

java.lang.Object
  继承者 java.util.EventObject
      继承者 javax.media.MediaEvent
          继承者 javax.media.ControllerEvent
              继承者 javax.media.TransitionEvent
                  继承者 javax.media.StopEvent
                      继承者 javax.media.DeallocateEvent
所有已实现的接口:
java.io.Serializable

public class DeallocateEvent
extends StopEvent

A DeallocateEvent is posted as an acknowledgement of the invocation of the deallocate method. It implies that the scarce resources associated with this Controller are no longer available and must be reacquired.

A DeallocateEvent can be posted at any time regardless of the Controller's previous or current state. DeallocateEvent is a StopEvent because if the Controller is in the Started state when the event is posted, it transitions to one of the Stopped states.

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

字段摘要
 
从类 java.util.EventObject 继承的字段
source
 
构造方法摘要
DeallocateEvent(Controller from, int previous, int current, int target, Time mediaTime)
           
 
方法摘要
 
从类 javax.media.StopEvent 继承的方法
getMediaTime, toString
 
从类 javax.media.TransitionEvent 继承的方法
getCurrentState, getPreviousState, getTargetState
 
从类 javax.media.ControllerEvent 继承的方法
getSource, getSourceController
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

DeallocateEvent

public DeallocateEvent(Controller from,
                       int previous,
                       int current,
                       int target,
                       Time mediaTime)