|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskProducer
Instances of this interface will deliver new tasks as soon as they are available while blocking in the next() call until then. Unless there won't be any more tasks in which case null is returned.
Method Summary | |
---|---|
HandlerTask |
next()
Block until a new task is ready and is returned or no more tasks will be returned. |
Method Detail |
---|
HandlerTask next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |