Package org.mapsforge.poi.writer.logging
Class DummyProgressManager
java.lang.Object
org.mapsforge.poi.writer.logging.DummyProgressManager
- All Implemented Interfaces:
ProgressManager
A progress manager doing nothing when the application calls a progress update.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendLogMessage(String message, boolean isErrorMessage) voidfinish()voidinitProgressBar(int minVal, int maxVal) voidsetMessage(String message) voidstart()voidtick()voidupdateProgressBar(int newVal)
-
Constructor Details
-
DummyProgressManager
public DummyProgressManager()
-
-
Method Details
-
appendLogMessage
- Specified by:
appendLogMessagein interfaceProgressManager
-
finish
public void finish()- Specified by:
finishin interfaceProgressManager
-
initProgressBar
public void initProgressBar(int minVal, int maxVal) - Specified by:
initProgressBarin interfaceProgressManager
-
setMessage
- Specified by:
setMessagein interfaceProgressManager
-
start
public void start()- Specified by:
startin interfaceProgressManager
-
tick
public void tick()- Specified by:
tickin interfaceProgressManager
-
updateProgressBar
public void updateProgressBar(int newVal) - Specified by:
updateProgressBarin interfaceProgressManager
-