org.mitre.jdas
Class ControllerEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.mitre.jdas.ControllerEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CaptureEvent, GUIEvent, InitializationEvent, KeypadEvent, ModeEvent, PlaybackEvent, VADEvent

public abstract class ControllerEvent
extends java.util.EventObject

ControllerEvent is an abstract base class for events generated by the Controller class.

See Also:
Serialized Form

Field Summary
protected  int id
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ControllerEvent(java.lang.Object source, int id)
           
 
Method Summary
 int getID()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected int id
Constructor Detail

ControllerEvent

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

getID

public int getID()