public interface ProgressCallback
ProgressCallback provides a method for receiving progress updates on long-running
tasks.| Modifier and Type | Method and Description |
|---|---|
void |
updateProgress(int progress)
Receives an update on the progress of a long-running task.
|
This work is licensed under a Creative Commons Attribution 4.0 International License.