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