public abstract static class VKBatchRequest.VKBatchRequestListener
extends java.lang.Object
| Constructor and Description |
|---|
VKBatchRequestListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(VKResponse[] responses)
Called if there were no HTTP or API errors, returns execution result.
|
void |
onError(VKError error)
Called immediately if there was API error, or after attempts tries if there was an HTTP error
|
public void onComplete(VKResponse[] responses)
responses - responses from VKRequests in passing order of constructionpublic void onError(VKError error)
error - error for VKRequest