public class ProgressAdapter extends java.lang.Object implements ProgressListener
| Constructor and Description |
|---|
ProgressAdapter() |
| 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.
|
public void progressStarted(ProgressEvent evt)
ProgressListenerprogressStarted in interface ProgressListenerevt - an object which describes the eventpublic void progressCompleted(ProgressEvent evt)
ProgressListenerprogressCompleted in interface ProgressListenerevt - an object which describes the eventpublic void progressCancelled(ProgressEvent evt)
ProgressListenerprogressCancelled in interface ProgressListenerevt - an object which describes the eventpublic void progressFailed(ProgressEvent evt)
ProgressListenerprogressFailed in interface ProgressListenerevt - an object which describes the event