|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaskActionListener
A TaskWorkListener is notified of the actions that a task performs.
| Method Summary | |
|---|---|
void |
afterActions(Task task)
This method is called immediately after the task has completed performing its actions. |
void |
beforeActions(Task task)
This method is called immediately before the task starts performing its actions. |
| Method Detail |
|---|
void beforeActions(Task task)
task - The task which is to perform some actions.void afterActions(Task task)
task - The task which has performed some actions.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||