public interface ServiceCallback
| Modifier and Type | Method and Description |
|---|---|
void |
handleServiceResponse(ServiceResponse response)
This function is called when an incoming service response is received for
a given service request.
|
void handleServiceResponse(ServiceResponse response)
response - The service response that was received.Copyright © 2014. All rights reserved.