|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.ui.actions.UIEventData
public class UIEventData
This kind of Object will be send to blackboard whenever any ui action's(i.e. menu pressing) occurd
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 int |
ACTION
|
int |
eventType
|
static java.lang.String |
name
|
static int |
PREF
|
Constructor Summary | |
---|---|
UIEventData()
|
Method Summary | |
---|---|
static java.lang.String |
name(java.lang.String id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String name
public static final int PREF
public static final int ACTION
public int eventType
public java.lang.String action
Constructor Detail |
---|
public UIEventData()
Method Detail |
---|
public static java.lang.String name(java.lang.String id)
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |