接口 RequestManager.Callback<Result>

封闭接口:
RequestManager

public static interface RequestManager.Callback<Result>
  • 方法概要

    修饰符和类型
    方法
    说明
    doWork(Object response)
    The callback method.
  • 方法详细资料

    • doWork

      Result doWork(Object response) throws Exception
      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.