Package org.openrefine.process
Interface ProgressReporter
-
- All Known Implementing Classes:
Process.Reporter,ProgressReporterStub
public interface ProgressReporterCallback to report the progress of some long-running operation to the user. This is passed to the runner which periodically calls `reportProgress` with the current percentage of completion of the task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreportProgress(int percentage)Reports progress of the current long-running operation.
-