public interface VHACDProgressListener
| Modifier and Type | Method and Description |
|---|---|
void |
update(double overallPercent,
double stagePercent,
double operationPercent,
java.lang.String stageName,
java.lang.String operationName)
Callback invoked (by native code) for progress updates.
|
void update(double overallPercent,
double stagePercent,
double operationPercent,
java.lang.String stageName,
java.lang.String operationName)
overallPercent - an overall completion percentage (≥0, ≤100)stagePercent - a completion percentage for the current stage (≥0,
≤100)operationPercent - a completion percentage for the current operation
(≥0, ≤100)stageName - the name of the current stageoperationName - the name of the current operation