Module is.codion.swing.common.model
Interface ProgressWorker.ResultTask<T>
- Type Parameters:
T
- the task result type
- Enclosing class:
- ProgressWorker<T,
V>
public static interface ProgressWorker.ResultTask<T>
A background task producing a result.
-
Method Summary
-
Method Details
-
execute
Executes the task.- Returns:
- the task result
- Throws:
Exception
- in case of an exception
-