public interface TaskCompletionListener
extends java.util.EventListener
Listener providing a callback function to invoke when a task's execution completes.
| Modifier and Type | Method and Description |
|---|---|
void |
onTaskCompletion(TaskContext context) |
void onTaskCompletion(TaskContext context)