接口 DistroCallback

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void onFailed​(java.lang.Throwable throwable)
      Callback when distro task execute failed.
      void onSuccess()
      Callback when distro task execute successfully.
    • 方法详细资料

      • onSuccess

        void onSuccess()
        Callback when distro task execute successfully.
      • onFailed

        void onFailed​(java.lang.Throwable throwable)
        Callback when distro task execute failed.
        参数:
        throwable - throwable if execute failed caused by exception