|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICommand
This interface must be implemented by a command component. A command is an executable unit within the framework.
| Method Summary | |
|---|---|
void |
execute()
This method executes the command. |
String |
getID()
Gets e unique ID of this command. |
String |
getLabel()
Gets the label of the command. |
Map |
getParameters()
Gets the parameters which can be evaluated during execution time. |
boolean |
isExecutable()
Checks wether the command is executable or not. |
boolean |
isExecuting()
Checks wether the command is currently executing or not. |
void |
setParameters(Map p)
Sets the parameters which can be evaluated during execution time. |
| Method Detail |
|---|
void execute()
throws Exception
Exceptionboolean isExecutable()
boolean isExecuting()
String getID()
String getLabel()
void setParameters(Map p)
p - a parameter mapMap getParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||