Module is.codion.swing.common.model
Interface ProgressWorker.ProgressReporter<V>
- Type Parameters:
V
- the intermediate result type
- Enclosing class:
- ProgressWorker<T,
V>
public static interface ProgressWorker.ProgressReporter<V>
Reports progress and publishes intermediate results for a ProgressWorker
-
Method Summary
-
Method Details
-
report
void report(int progress) - Parameters:
progress
- the progress, 0 - maximumProgress.
-
publish
- Parameters:
chunks
- the chunks to publish
-