public interface TaskCounter
| Modifier and Type | Method and Description |
|---|---|
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.
|
void onTaskCreated(Runnable task)
task - void onTaskFinished(Runnable task)
task -