|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Executable
This interface is based on the command pattern; it models an executable unit of work.
| Method Summary | |
|---|---|
java.lang.Object |
execute()
Performs this instance's logic. |
| Method Detail |
|---|
java.lang.Object execute()
throws java.lang.Throwable
null or some return value, if it applies.
java.lang.Throwable - if an error occurs in this command's execution.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||