接口 RequestManager.Callback<Result>
- 封闭接口:
RequestManager
public static interface RequestManager.Callback<Result>
-
方法概要
-
方法详细资料
-
doWork
The callback method. Implement this method depending on your needs.- 参数:
response- The response object.- 返回:
- The result of the execution callback method.
- 抛出:
Exception- If the processing fails unexpectedly.
-