org.mitre.jdas.event
Class CaptureEvent

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

public class CaptureEvent
extends ControllerEvent

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

See Also:
Serialized Form

Field Summary
static int LINE_CLOSED
           
static int LINE_OPENED
           
static int RECORD_STARTED
           
static int RECORD_STOPPED
           
static int RESEND
           
 
Fields inherited from class org.mitre.jdas.ControllerEvent
id
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CaptureEvent(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

RECORD_STARTED

public static final int RECORD_STARTED

RECORD_STOPPED

public static final int RECORD_STOPPED

RESEND

public static final int RESEND

LINE_OPENED

public static final int LINE_OPENED

LINE_CLOSED

public static final int LINE_CLOSED
Constructor Detail

CaptureEvent

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

toString

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