|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TASK_TYPE
- the type of task handledpublic interface ITaskHandler<TASK_TYPE>
An object that handles the logic to process a specific type of task.
Method Summary | |
---|---|
void |
handleTask(TASK_TYPE task)
Handle the task. |
Method Detail |
---|
void handleTask(TASK_TYPE task)
task
- the task to process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |