Class ConsoleProgressMonitor

java.lang.Object
java.lang.Thread
imagingbook.common.util.progress.ProgressMonitor
imagingbook.common.util.progress.ConsoleProgressMonitor
All Implemented Interfaces:
AutoCloseable, Runnable

A simple progress monitor that only prints the progress of the monitored target task to the console. See ProgressMonitorExample for a usage example.
See Also: