fi.hut.tml.xsmiles.event
Class GUIEvent
java.lang.Object
java.util.EventObject
fi.hut.tml.xsmiles.event.GUIEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class GUIEvent
- extends java.util.EventObject
This class encapsulates all GUI related events.
GUI events are NOT reload, navigate back etc, these are sent straight to the browser.
The events are seldom used ones, that clearly need to be implemented as events.
The events are specified here, as static variables. They are move link up, down etc.
- Version:
- 0.1
- Author:
- Juha
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
GUIEvent(java.lang.Object source,
int t)
|
| 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 |
moveActiveLinkUp
public static final int moveActiveLinkUp
- See Also:
- Constant Field Values
moveActiveLinkDown
public static final int moveActiveLinkDown
- See Also:
- Constant Field Values
followActiveLink
public static final int followActiveLink
- See Also:
- Constant Field Values
GUIEvent
public GUIEvent(java.lang.Object source,
int t)
- Parameters:
source - of eventt - type of event specified in NavigationState- See Also:
NavigationState
getCommand
public int getCommand()
X-Smiles 1.2