See: Description
| Interface | Description |
|---|---|
| ProgressMonitor |
Interface to report the progress of an activity.
|
| RunnableWithProgress |
| Class | Description |
|---|---|
| LoggerProgressMonitor |
A progress monitor implementation which logs to an SLF4J
Logger. |
| NullProgressMonitor | |
| ProgressMonitorDelegator |
Abstract base class for wrapper implementations of
ProgressMonitors. |
| SubProgressMonitor |
This is the adaption of the Eclipse SubProgressMonitor to
ProgressMonitor. |
| Enum | Description |
|---|---|
| LoggerProgressMonitor.LogLevel |
The level to use for logging.
|
| Exception | Description |
|---|---|
| OperationCanceledException |
Exception thrown to exit a long-running method
after the user cancelled it.
|
Copyright © 2013-2014. All Rights Reserved.