public interface Task extends Command
| Modifier and Type | Method and Description |
|---|---|
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
|
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 removeCopyright © 2014 JDAL. All Rights Reserved.