public interface ProgressMonitor
Modifier and Type | Method and 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 progress