public abstract class ProgressIndicatorBase extends Object implements ProgressIndicator
| Constructor and Description |
|---|
ProgressIndicatorBase() |
| Modifier and Type | Method and Description |
|---|---|
protected double |
getOutputThreshold() |
protected void |
onComplete(String label) |
protected abstract void |
show(String label,
double progress) |
void |
showProgress(double progress,
String message)
Invoked when script execution progress has been changed.
|
public void showProgress(double progress,
String message)
ProgressIndicatorshowProgress in interface ProgressIndicatorprogress - progress value between 0 and 1 inclusive.message - completed event description.protected double getOutputThreshold()
protected abstract void show(String label, double progress)
protected void onComplete(String label)
Copyright © 2006-2012. All Rights Reserved.