T - the response object type.public interface RequestCallback<T>
VolleyWebServiceApiClient. The implementor will be
called once the result is present and the processing can continue.| Modifier and Type | Method and Description |
|---|---|
void |
onSuccess(T object)
This method is invoked when the call was successful.
|
void onSuccess(T object)
object contains the
parsed response object from the wallee web service.object - the object which is result of the remote invocation.