|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Command
An encapsulation for a unit of work that needs to performed to accomplish a task.
A Command chooses whether to execute based on the information available to it in
the Context.
| Method Summary | |
|---|---|
boolean |
execute(Context context)
|
| Method Detail |
|---|
boolean execute(Context context)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||