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 intgetPercentage()voidreportProgress(int percentage)Reports progress of the current long-running operation.
-
-
-
Method Detail
-
reportProgress
public void reportProgress(int percentage)
Description copied from interface:ProgressReporterReports progress of the current long-running operation.- Specified by:
reportProgressin interfaceProgressReporter- Parameters:
percentage- a number from 0 to 100
-
getPercentage
public int getPercentage()
-
-