|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ThreadManager.Task
This interface defines a task to be performed by the worker threads.
Method Summary | |
---|---|
void |
cleanup()
This is called once from each worker thread when finish() is called. |
void |
execute(int index)
Execute the task for the specified index. |
Method Detail |
---|
void execute(int index)
void cleanup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |