public class NullProgressMonitor extends Object implements IProgressMonitor
IProgressMonitor that does nothing.| Constructor and Description |
|---|
NullProgressMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
step(int value,
int max)
Indicates that there has been progress in a task.
|
void |
taskBusy()
Indicates that there is a task in progress whose length cannot be
determined.
|
void |
taskEnded()
Indicates that the previously started task has now ended.
|
void |
taskStarted(String taskName)
Indicates that some task has started.
|
public void taskStarted(String taskName)
IProgressMonitortaskStarted in interface IProgressMonitorpublic void taskEnded()
IProgressMonitortaskEnded in interface IProgressMonitorpublic void step(int value,
int max)
IProgressMonitorstep in interface IProgressMonitorpublic void taskBusy()
IProgressMonitortaskBusy in interface IProgressMonitorCopyright © 2018 Australian e-Health Research Centre. All Rights Reserved.