|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Command
This interface denotes objects that are able to execute actions, once they are invoked. It is defined as in the Command design pattern.
| Method Summary | |
|---|---|
void |
execute(DaoImpl d)
Performs a series of actions on the input object. |
| Method Detail |
|---|
void execute(DaoImpl d)
d - the subject of the actions that will be executed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||