public interface ProgressMonitor
| Modifier and Type | Method | Description |
|---|---|---|
void |
finished(ProgressContributor contributor) |
the given contributor finished it's work.
|
void |
progressed(ProgressContributor contributor) |
the given contributor progressed in it's work.
|
void |
started(ProgressContributor contributor) |
the given contributor started it's work.
|
void started(ProgressContributor contributor)
contributor - the part of the progress indication that startedvoid finished(ProgressContributor contributor)
contributor - the part of the progress indication that finishedvoid progressed(ProgressContributor contributor)
contributor - the part of the progress indication that showed progressBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.