Package org.openrefine.process
Class ProgressReporterStub
- java.lang.Object
-
- org.openrefine.process.ProgressReporterStub
-
- All Implemented Interfaces:
ProgressReporter
public class ProgressReporterStub extends Object implements ProgressReporter
-
-
Field Summary
Fields Modifier and Type Field Description protected int
_progress
-
Constructor Summary
Constructors Constructor Description ProgressReporterStub()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPercentage()
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
-
getPercentage
public int getPercentage()
-
-