public static interface PlotView.PlotProgressListener
Modifier and Type | Method and Description |
---|---|
boolean |
isCancelled()
Should be checked regularly and should always return whether the
operation should be cancelled.
|
void |
onSetMaxProgress(int maxProgress)
Called at the beginning of a lengthy task with the maximum reachable
progress count.
|
void |
onUpdateProgress(int progress)
Called every time progress is made.
|
void onUpdateProgress(int progress)
progress
- void onSetMaxProgress(int maxProgress)
maxProgress
- boolean isCancelled()