Package org.openrefine.process
Class Process.Reporter
- java.lang.Object
-
- org.openrefine.process.Process.Reporter
-
- All Implemented Interfaces:
ProgressReporter
- Enclosing class:
- Process
protected class Process.Reporter extends Object implements ProgressReporter
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Reporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reportProgress(int percentage)
Reports progress of the current long-running operation.
-
-
-
Method Detail
-
reportProgress
public void reportProgress(int percentage)
Description copied from interface:ProgressReporter
Reports progress of the current long-running operation.- Specified by:
reportProgress
in interfaceProgressReporter
- Parameters:
percentage
- a number from 0 to 100
-
-