|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cosylab.gui.components.ProgressDialog.StateListener
protected class ProgressDialog.StateListener
Listens for status updates from thread implementing ProgressMonitor and updates interface accordingly.
Constructor Summary | |
---|---|
protected |
ProgressDialog.StateListener()
|
Method Summary | |
---|---|
void |
progress(ProgressEvent e)
Updates GUI with new progress value. |
void |
taskComplete(ProgressEvent e)
Hides the dialog. |
void |
taskInterruped(ProgressEvent e)
Hides the dialog. |
void |
taskStarted(ProgressEvent e)
No action, since dialog is expected to be already visible. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ProgressDialog.StateListener()
Method Detail |
---|
public void progress(ProgressEvent e)
progress
in interface ProgressListener
e
- event.public void taskComplete(ProgressEvent e)
taskComplete
in interface ProgressListener
e
- event.public void taskInterruped(ProgressEvent e)
taskInterruped
in interface ProgressListener
e
- event.public void taskStarted(ProgressEvent e)
taskStarted
in interface ProgressListener
e
- event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |