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, setProgressValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToProgressValue, addToProgressValue, getProgressText, getProgressValue, setProgressValue, setProgressValuepublic VoidProgressMonitor()
public boolean isCanceled()
false.isCanceled in interface ProgressMonitorProgressMonitor.isCanceled()protected void onProgress(double value, java.lang.String text)
onProgress in class AbstractProgressMonitor