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, toString
public void started()
ProgressMonitor
ProgressMonitor
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 ProgressMonitor
started
in class AbstractProgressMonitor
public void finished()
ProgressMonitor
ProgressMonitor
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 ProgressMonitor
finished
in class AbstractProgressMonitor