| Interface | Description |
|---|---|
| ProgressMonitor |
Inspired by the Eclipse IProgressMonitor, this interface supports monitoring long-running processes with intermediate
status messages and the ability to cancel.
|
| Class | Description |
|---|---|
| NullProgressMonitor |
A ProgressMonitor that doesn't "do" anything.
|
| SimpleProgressMonitor |
A simple implementation of ProgressMonitor that prints messages to System.out.
|
Copyright © 2019 TopQuadrant, Inc.. All rights reserved.