|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.fluxion.runcible.io.command.impl.CompositeCommand
public class CompositeCommand
Javadocs go here.
Constructor Summary | |
---|---|
CompositeCommand()
|
Method Summary | |
---|---|
void |
addCommand(ChangeCommand command)
|
void |
execute()
Execute this command |
java.util.List<ChangeCommand> |
getCommands()
|
void |
setCommands(java.util.List<ChangeCommand> commands)
|
void |
undo()
Undo this command |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeCommand()
Method Detail |
---|
public void addCommand(ChangeCommand command)
public java.util.List<ChangeCommand> getCommands()
public void setCommands(java.util.List<ChangeCommand> commands)
public void execute()
ChangeCommand
execute
in interface ChangeCommand
public void undo()
ChangeCommand
undo
in interface ChangeCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |