graphlab.ui.actions
Class UIEventData
java.lang.Object
graphlab.ui.actions.UIEventData
public class UIEventData
- extends java.lang.Object
This kind of Object will be send to blackboard whenever any ui action's(i.e. menu pressing) occurd
- Author:
- Azin Azadi
|
Field Summary |
java.lang.String |
action
the name of the action, this event should be passed to, the action should be loaded via XML to be known to UI. |
static Event |
event
|
static java.lang.String |
name
|
|
Method Summary |
static Event |
event(java.lang.String id)
|
static java.lang.String |
name(java.lang.String id)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public static final java.lang.String name
- See Also:
- Constant Field Values
event
public static final Event event
action
public java.lang.String action
- the name of the action, this event should be passed to, the action should be loaded via XML to be known to UI.
UIEventData
public UIEventData()
name
public static java.lang.String name(java.lang.String id)
event
public static Event event(java.lang.String id)