public interface IProgressMonitor
IProgressMonitor interface is implemented by objects that monitor the progress of an
activity; the methods in this interface are invoked by code that performs the activity.| Modifier and Type | Method and Description |
|---|---|
void |
done()
Notifies that the work is done; that is, either the main task is completed or the user canceled
it.
|
boolean |
isCanceled()
Returns whether cancellation of current operation has been requested.
|
boolean isCanceled()
void done()