|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--uk.co.badgersinfoil.jactionscript.Action
|
+--uk.co.badgersinfoil.jactionscript.BranchAction
Abstract superclass for Actions that can cause the flow of control though the ActionList to branch.
| Constructor Summary | |
BranchAction(java.lang.String mnemonic,
ActionHandle target)
|
|
| Method Summary | |
void |
dispose()
Removes this branch from the list of targeters maintained by the target ActionHandle and then breaks the reference to the target. |
ActionHandle |
getTarget()
|
void |
setTarget(ActionHandle to)
Sets the target of this branch to the given handle. |
| Methods inherited from class uk.co.badgersinfoil.jactionscript.Action |
accept, getMnemonic |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BranchAction(java.lang.String mnemonic,
ActionHandle target)
| Method Detail |
public ActionHandle getTarget()
public void setTarget(ActionHandle to)
public void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||