接口 DistroCallback


public interface DistroCallback
Distro callback.
作者:
xiweng.yy
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    onFailed​(Throwable throwable)
    Callback when distro task execute failed.
    void
    Callback when distro task execute successfully.
  • 方法详细资料

    • onSuccess

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

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