public interface CMonitorListener
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled()
Called when the operation is cancelled.
|
void |
completed()
Called when the operation is complete
|
void |
failed(Exception exception) |
void |
running(double percentage)
Called when the operation is running
|
void cancelled()
void completed()
void failed(Exception exception)
exception - Errorvoid running(double percentage)
percentage - percentageCopyright © 2018. All Rights Reserved.