Module is.codion.swing.common.model
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:
-
Method Summary
Methods inherited from interface is.codion.swing.common.model.worker.ProgressWorker.Handler
onCancelled, onDone, onException, onInterrupted, onStarted, onSuccessMethods inherited from interface is.codion.swing.common.model.worker.ProgressWorker.Task
execute