|
org.netbeans.api.progress/1 1.5.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProgressMonitor
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 |
|---|
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
|
org.netbeans.api.progress/1 1.5.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||