public interface ProgressListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
progressCancelled(ProgressEvent evt)
Invoked when the progress cancelled.
|
void |
progressCompleted(ProgressEvent evt)
Invoked when the progress completed.
|
void |
progressFailed(ProgressEvent evt)
Invoked when the progress failed.
|
void |
progressStarted(ProgressEvent evt)
Invoked when the progress started.
|
void progressStarted(ProgressEvent evt)
evt - an object which describes the eventvoid progressCompleted(ProgressEvent evt)
evt - an object which describes the eventvoid progressCancelled(ProgressEvent evt)
evt - an object which describes the eventvoid progressFailed(ProgressEvent evt)
evt - an object which describes the event