|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressEvent | |
---|---|
com.cosylab.gui.components |
Uses of ProgressEvent in com.cosylab.gui.components |
---|
Methods in com.cosylab.gui.components with parameters of type ProgressEvent | |
---|---|
void |
ProgressListener.progress(ProgressEvent e)
Notifies that task has changed progress. |
void |
ProgressDialog.StateListener.progress(ProgressEvent e)
Updates GUI with new progress value. |
void |
ProgressListener.taskComplete(ProgressEvent e)
Notifies that task has completed. |
void |
ProgressDialog.StateListener.taskComplete(ProgressEvent e)
Hides the dialog. |
void |
ProgressListener.taskInterruped(ProgressEvent e)
Notifies that task has been interrupted. |
void |
ProgressDialog.StateListener.taskInterruped(ProgressEvent e)
Hides the dialog. |
void |
ProgressListener.taskStarted(ProgressEvent e)
Notifies that task has started. |
void |
ProgressDialog.StateListener.taskStarted(ProgressEvent e)
No action, since dialog is expected to be already visible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |