public interface ProgressIndicator
| Modifier and Type | Method and Description |
|---|---|
void |
showProgress(double progress,
String message)
Invoked when script execution progress has been changed.
|
void showProgress(double progress,
String message)
progress - progress value between 0 and 1 inclusive.message - completed event description.Copyright © 2006-2012. All Rights Reserved.