org.mitre.jdas.event
Class PlaybackEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.mitre.jdas.ControllerEvent
              |
              +--org.mitre.jdas.event.PlaybackEvent
All Implemented Interfaces:
java.io.Serializable

public class PlaybackEvent
extends ControllerEvent

PlaybackEvent extends ControllerEvent to specify id's appropriate to playback events. The fields are (hopefully) intuitively obvious from the documentation of Controller.

See Also:
Serialized Form

Field Summary
static int BARGE_IN
           
static int LINE_CLOSED
           
static int LINE_OPENED
           
static int PLAYBACK_STARTED
           
static int PLAYBACK_STOPPED
           
 
Fields inherited from class org.mitre.jdas.ControllerEvent
id
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PlaybackEvent(java.lang.Object source, int id)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.mitre.jdas.ControllerEvent
getID
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLAYBACK_STARTED

public static final int PLAYBACK_STARTED

PLAYBACK_STOPPED

public static final int PLAYBACK_STOPPED

BARGE_IN

public static final int BARGE_IN

LINE_OPENED

public static final int LINE_OPENED

LINE_CLOSED

public static final int LINE_CLOSED
Constructor Detail

PlaybackEvent

public PlaybackEvent(java.lang.Object source,
                     int id)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject