public interface ProgressMonitor
| Modifier and Type | Method and Description | 
|---|---|
float | 
getMonitorMax()
The max value of the progress. 
 | 
void | 
incrementProgress(float increment)
Increment the progress by a unit. 
 | 
void | 
progressComplete()
The progress has completed 
 | 
void | 
setMonitorMax(float max)
The max value that when reached, the progress is at 100%. 
 | 
void incrementProgress(float increment)
void setMonitorMax(float max)
float getMonitorMax()
void progressComplete()