public class ConsoleTextProgressMonitor extends NullProgressMonitor
SIZE_INDETERMINATE| Constructor and Description |
|---|
ConsoleTextProgressMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
finished()
Notifies the
ProgressMonitor that the task
being monitored has finished. |
void |
started()
Notifies the
ProgressMonitor that the task
being monitored has started. |
canBeCancelled, cancel, getLabel, getProgressMessage, getSubtaskMonitor, getSubtaskMonitor, getTaskProgress, getTaskSize, isCancelled, isFinished, isStarted, setAdditionalInfo, setLabel, setProgressMessage, setTaskProgress, setTaskSize, toStringpublic void started()
ProgressMonitorProgressMonitor that the task
being monitored has started. If the ProgressMonitor
is in a cancelled state when this method is called, that
ProgressMonitor should be 'uncancelled'.started in interface ProgressMonitorstarted in class AbstractProgressMonitorpublic void finished()
ProgressMonitorProgressMonitor that the task
being monitored has finished. This must only be called once, and note that isFinished() must return
the state of this monitor.finished in interface ProgressMonitorfinished in class AbstractProgressMonitor