public interface OperationCallback
Modifier and Type | Method and Description |
---|---|
void |
complete()
Called whenever an operation completes.
|
void |
receivedStatus(OperationStatus status)
Method invoked with the status when the operation is complete.
|
void receivedStatus(OperationStatus status)
status
- the result of the operationvoid complete()
Copyright © 2023. All rights reserved.