Interface ProgressWorker.TaskHandler

All Superinterfaces:
ProgressWorker.Handler, ProgressWorker.Task
Enclosing class:
ProgressWorker<T,V>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ProgressWorker.TaskHandler extends ProgressWorker.Task, ProgressWorker.Handler
A ProgressWorker.Task combined with ProgressWorker.Handler, for encapsulating a background task and its handlers in a single class.
See Also: