T
- the task result typeV
- the intermediate result typepublic static interface ProgressWorker.ProgressTask<T,V>
Modifier and Type | Method and Description |
---|---|
T |
perform(ProgressWorker.ProgressReporter<V> progressReporter)
Performs the task.
|
T perform(ProgressWorker.ProgressReporter<V> progressReporter) throws Exception
progressReporter
- the progress reporter to report a message or progress (0 - 100).Exception
- in case of an exception