Class ProgressMonitorOutput

java.lang.Object
org.apache.jena.system.progress.ProgressMonitorOutput
All Implemented Interfaces:
ProgressMonitor

public class ProgressMonitorOutput extends Object implements ProgressMonitor
Progress monitor - output lines to show the progress of some long running operation. This is based on "ticks", not time. Once per item processed, call the tick() operation.