public class VoidProgressMonitor extends AbstractProgressMonitor implements ProgressMonitor
ProgressMonitor
that only stores the progress and does not output it anywhere.Constructor and Description |
---|
VoidProgressMonitor() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCanceled()
This method always returns
false . |
protected void |
onProgress(double value,
java.lang.String text) |
addToProgressValue, addToProgressValue, getProgressText, getProgressValue, setProgressValue, setProgressValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addToProgressValue, addToProgressValue, getProgressText, getProgressValue, setProgressValue, setProgressValue
public VoidProgressMonitor()
public boolean isCanceled()
false
.isCanceled
in interface ProgressMonitor
ProgressMonitor.isCanceled()
protected void onProgress(double value, java.lang.String text)
onProgress
in class AbstractProgressMonitor