|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.framework.CompoundDaemonAction
public class CompoundDaemonAction
This class represents a daemon action made by the combination of several daemon actions. The actions are performed in cascade order of insertion.
Constructor Summary | |
---|---|
CompoundDaemonAction()
Default constructor. |
Method Summary | |
---|---|
void |
add(DaemonAction action)
Adds the specifided action. |
void |
perform(Colony colony)
|
void |
remove(DaemonAction action)
Removes the specified action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompoundDaemonAction()
Method Detail |
---|
public void add(DaemonAction action)
action
- the action to add.public void remove(DaemonAction action)
action
- the action to remove.public void perform(Colony colony)
perform
in interface DaemonAction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |