|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jass.as.util.SignalSetInfo
Manages useful information about a signal set.
Constructor Summary | |
SignalSetInfo(SignalSet signalSet)
Constructor. |
Method Summary | |
void |
addAction(Action action,
int priority,
boolean global)
Registers an action into the managed signal set. |
Action[] |
getActions()
|
int |
getNumberRegisteredActions()
Returns the number of registered actions in the managed signal set. |
SignalSet |
getSignalSet()
Returns the managed signal set. |
boolean |
removeAction(Action action,
boolean global)
Removes an action from the managed signal set. |
java.lang.String |
toString()
Returns the string representation of the managed signal set. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SignalSetInfo(SignalSet signalSet)
signalSet
- the signal set.Method Detail |
public SignalSet getSignalSet()
public void addAction(Action action, int priority, boolean global)
action
- the action.priority
- its priority.global
- true if the action is global.public Action[] getActions()
public boolean removeAction(Action action, boolean global)
action
- the action.global
- true if the action to remove is global.
public int getNumberRegisteredActions()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |