| Interface | Description |
|---|---|
| ProgressMonitor |
Interface for accessing progress status from an async task such
as a web service or shell script.
|
| ProgressMonitorReporter | |
| ProgressReporter |
Interface through which an async task can report progress.
|
| Class | Description |
|---|---|
| LiveProgressMonitor |
Simple progress monitor which reports progress messages live to stderr.
|
| ProgressMessage |
Simple progress message format which can be serialized to JSON.
|
| SimpleProgressMonitor |
Simple implementation of progress monitor/reporter for in-process reporting.
|
| Enum | Description |
|---|---|
| TaskState |
Copyright © 2019. All rights reserved.