| Interface | Description |
|---|---|
| ProgressListener |
Interface for listening to something that can be tracked.
|
| ProgressManager |
The idea of progress tracking has multiple facets, namely:
Designer tasks Designer/Gateway communciation tasks |
| TaskProgressListener |
Extends from
ProgressListener to add the ability to tell the task
that it has been canceled. |
| Class | Description |
|---|---|
| DummyTaskProgressListener |
An empty implementation for use when we don't really care about progress.
|
| TaskProgressState |
Provides the current state of a progress operation.
|
| TaskProgressUpdater |
This is a helper wrapper class that simply adds an increment() function around the ProgressListener, and tracks
the current progress internally.
|
| Exception | Description |
|---|---|
| TaskCancellationException |
An exception that can be used in the process of canceling a task.
|