|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface that you should provide a implementation for. Threads of Workers will perform tasks (via doTask).
Method Summary | |
boolean |
checkInput(java.lang.Object[] input)
Given an Object[], check that the objects are in the correct order and are of the correct type. |
void |
run()
Actually performs a 'task'. |
Method Detail |
public boolean checkInput(java.lang.Object[] input)
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |