|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressListener
This interface should be implemented by classes interested in being informed of the progress of some other thread.
Method Summary | |
---|---|
void |
progress(int percent)
This event is fired whenever the progress item being tracked updates its public progress level. |
void |
progressFinish()
This event is fired when the progress item being tracked finishes. |
void |
progressStart()
This event is fired when the progress item being tracked starts. |
Method Detail |
---|
void progressStart()
void progressFinish()
void progress(int percent)
percent
- A number from 0 to 100 indicating the progress of the tracked item.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |