类 AbstractDistroExecuteTask.DistroExecuteCallback

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void onFailed​(java.lang.Throwable throwable)
      Callback when distro task execute failed.
      void onSuccess()
      Callback when distro task execute successfully.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • DistroExecuteCallback

        private DistroExecuteCallback()
    • 方法详细资料

      • onFailed

        public void onFailed​(java.lang.Throwable throwable)
        从接口复制的说明: DistroCallback
        Callback when distro task execute failed.
        指定者:
        onFailed 在接口中 DistroCallback
        参数:
        throwable - throwable if execute failed caused by exception