|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Task
Task Interface for Composite of Commands
| Method Summary | |
|---|---|
void |
addCommand(Command c)
Add Command to command list |
void |
addPostProcessor(Command c)
Add a Command to postprocesor list |
void |
addPreprocesor(Command c)
Add a Command to preprocesor list |
void |
removeComannd(Command c)
remove a Command from command list |
void |
removePostProcessor(Command c)
Remove a Command from postprocesor list |
void |
removePreprocesor(Command c)
Remove a Command from preprocesor list |
| Methods inherited from interface info.joseluismartin.cmd.Command |
|---|
execute, getName, onFault, undo |
| Method Detail |
|---|
void addCommand(Command c)
c - command to addvoid removeComannd(Command c)
c - command to removevoid addPreprocesor(Command c)
c - command to addvoid removePreprocesor(Command c)
c - command to removevoid addPostProcessor(Command c)
c - command to addvoid removePostProcessor(Command c)
c - command to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||