public interface DMMonitorListener
| Modifier and Type | Method and Description |
|---|---|
void |
accepted()
Called when the operation is starting.
|
void |
cancelled()
Called when there is a progress for the operation.
|
void |
complete(double percentage)
Called when the operation is complete
|
void |
failed(String message,
Exception exception)
Called when the operation is failed
|
void |
running(double percentage)
Called when the operation is running
|
void accepted()
void cancelled()
void complete(double percentage)
percentage - percentagevoid failed(String message, Exception exception)
message - messageexception - exceptionvoid running(double percentage)
percentage - percentageCopyright © 2021. All Rights Reserved.