|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
B - Type of bean sent to the taskR - Type of bean returned by the taskpublic interface GUITaskExecutor<B,R>
Defines the executor for a GUITask.
| Method Summary | |
|---|---|
void |
execute(ActionContext actionContext,
B bean,
GUITask<B,R> task)
Executes a given task, starting from a given action context and with a given bean input. |
| Method Detail |
|---|
void execute(ActionContext actionContext,
B bean,
GUITask<B,R> task)
throws TaskException
actionContext - Action context to execute the task inbean - Input for the tasktask - Task to execute
TaskException - If the task has returned an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||