|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressListener
Interface for listeners interested into monitoring progress of tasks.
Method Summary | |
---|---|
void |
progress(ProgressEvent e)
Notifies that task has changed progress. |
void |
taskComplete(ProgressEvent e)
Notifies that task has completed. |
void |
taskInterruped(ProgressEvent e)
Notifies that task has been interrupted. |
void |
taskStarted(ProgressEvent e)
Notifies that task has started. |
Method Detail |
---|
void progress(ProgressEvent e)
e
- event.void taskComplete(ProgressEvent e)
e
- event.void taskInterruped(ProgressEvent e)
e
- event.void taskStarted(ProgressEvent e)
e
- event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |