|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jass.as.util.ActionInfo
Manages useful information about an action.
Constructor Summary | |
ActionInfo(Action action,
boolean global)
Constructor |
Method Summary | |
Action |
getAction()
Returns the action. |
boolean |
isGlobal()
Return if the action is global. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActionInfo(Action action, boolean global)
action
- - the action.global
- - true if the corresponding action is global.Method Detail |
public Action getAction()
public boolean isGlobal()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |