public interface XProgressListener
isAborted()
method, which should
be queried periodically by the using party.Modifier and Type | Method and Description |
---|---|
boolean |
isAborted()
Checks whether the monitored process has been canceled.
|
void |
updateProgress(int progress,
int maxProgress)
Notifies the listener about progress being made.
|
void updateProgress(int progress, int maxProgress)
progress
- Current progress step achieved.maxProgress
- Maximal progress steps available.boolean isAborted()