public interface OperationListener
Modifier and Type | Method and Description |
---|---|
void |
handleResult(OperationResult result)
Called when the asynchronous operation completes.
|
void handleResult(OperationResult result)
result
- the OperationResult
of the asynchronous operation.OperationResult