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
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 java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
GUIEvent
public GUIEvent(java.lang.Object source,
int id)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.EventObject