GraphLab Project

graphlab.ui.actions
Class UIEventData

java.lang.Object
  extended by 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 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

name

public static final java.lang.String name
See Also:
Constant Field Values

PREF

public static final int PREF
See Also:
Constant Field Values

ACTION

public static final int ACTION
See Also:
Constant Field Values

eventType

public int eventType

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.

Constructor Detail

UIEventData

public UIEventData()
Method Detail

name

public static java.lang.String name(java.lang.String id)

GraphLab Project