Public 成员函数 | |
| abstract void | onSuccess (List<?> paramList) |
| abstract void | onFailure (int errorCode, String errorMessage) |
描述:查询数据的监听.
|
abstract |
On failure.
| errorCode | the error code |
| errorMessage | the error message |
|
abstract |
On success.
| paramList | the param list |
1.8.8