Interface ProgressWorker.TaskHandler

All Superinterfaces:
ProgressWorker.Handler, ProgressWorker.Task
Enclosing class:
ProgressWorker<T,V>

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: