See: Description
| Interface | Description |
|---|---|
| ProgressMonitor |
An abstraction of the Eclipse IProgressMonitor for intermediate
status messages and the ability to cancel long-running processes.
|
| RunnableWithProgress |
A generic interface similar to Runnable, but with an additional
argument that allows the Runnable to display progress.
|
| Class | Description |
|---|---|
| NullProgressMonitor |
A ProgressMonitor that doesn't "do" anything.
|
| SimpleProgressMonitor |
A simple implementation of ProgressMonitor that prints messages
to System.out.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.