|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface allowing to monitor the progress within the agrregated handle.
Method Summary | |
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. |
Method Detail |
public void started(ProgressContributor contributor)
contributor
- the part of the progress indication that startedpublic void finished(ProgressContributor contributor)
contributor
- the part of the progress indication that finishedpublic void progressed(ProgressContributor contributor)
contributor
- the part of the progress indication that showed progress
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |