public abstract class ProgressCallback extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProgressCallback.Step |
| Constructor and Description |
|---|
ProgressCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
progress(double progressPercent,
ProgressCallback.Step step) |
abstract void |
progress(double progressPercent,
ProgressCallback.Step step,
Integer edgeIndex,
Integer vertexCount) |
public void progress(double progressPercent,
ProgressCallback.Step step)
public abstract void progress(double progressPercent,
ProgressCallback.Step step,
Integer edgeIndex,
Integer vertexCount)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.