Interface TaskNotifier<R extends Runnable, A>
- Type Parameters:
R- the task typeA- the attachment type
public interface TaskNotifier<R extends Runnable, A>
A notifier which is called when tasks start, stop, or fail.
-
Method Summary
-
Method Details
-
started
-
failed
-
finished
-