|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskCounter
Callback interface for tasks created by synapses. Flow implementations provide implementation of this interface for synchronization purposes, e.g. to wait for completion of all flow tasks.
| Method Summary | |
|---|---|
void |
onTaskCreated(Runnable task)
Invoked when a new task has been created and about to be sent to execution. |
void |
onTaskFinished(Runnable task)
Invoked when a task finished execution. |
| Method Detail |
|---|
void onTaskCreated(Runnable task)
task - void onTaskFinished(Runnable task)
task -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||