public interface CompletionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
complete(ResponseInfo info,
org.json.JSONObject response)
用户自定义的处理对象必须实现的接口方法
|
void complete(ResponseInfo info, org.json.JSONObject response)
info - 响应的调试信息response - 响应的数据