org.mitre.jdas.event
Class GUIEvent

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

public class GUIEvent
extends ControllerEvent

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

See Also:
Serialized Form

Field Summary
static int GUI_INVISIBLE
           
static int GUI_VISIBLE
           
static int KEYPAD_INVISIBLE
           
static int KEYPAD_VISIBLE
           
 
Fields inherited from class org.mitre.jdas.ControllerEvent
id
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GUIEvent(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

GUI_INVISIBLE

public static final int GUI_INVISIBLE

GUI_VISIBLE

public static final int GUI_VISIBLE

KEYPAD_INVISIBLE

public static final int KEYPAD_INVISIBLE

KEYPAD_VISIBLE

public static final int KEYPAD_VISIBLE
Constructor Detail

GUIEvent

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

toString

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