public interface ProgressDisplayer
| Modifier and Type | Method and Description |
|---|---|
void |
displayProcessingStageInfo(java.lang.String message) |
void |
initialiseProgressBar(double progressStep,
java.lang.String message) |
void |
initialiseProgressBar(int maxVal,
java.lang.String message) |
void |
setErrorState(java.lang.String message) |
void |
updateBar() |
void |
updateBar(int nSteps) |
void initialiseProgressBar(double progressStep,
java.lang.String message)
void initialiseProgressBar(int maxVal,
java.lang.String message)
void displayProcessingStageInfo(java.lang.String message)
void updateBar()
void updateBar(int nSteps)
void setErrorState(java.lang.String message)