Module imagingbook.common
Package imagingbook.common.util.progress
package imagingbook.common.util.progress
-
ClassDescriptionA simple progress monitor that only prints the progress of the monitored target task to the console.This class represents a "progress monitor".A simple example for how to use
ProgressReporter
andProgressMonitor
.The task to be monitored (some slow process).Interface for defining tasks that may be queried (monitored) to report their current progress status.