|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommand<T>
Interface for the command object in the Command Design Pattern.
Nested Class Summary | |
---|---|
static class |
ICommand.Priority
|
Method Summary | |
---|---|
T |
process()
The method called to performed the task. |
Method Detail |
---|
T process() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |