Package 

Class RunnableWrapper

    • Method Summary

      Modifier and Type Method Description
      String name()
      int priority()
      void beforeExecute()
      abstract void execute()
      void afterExecute()
      void onSuccess(long consumeTime)
      void onFail(Throwable t)
      final void run()
      • Methods inherited from class java.lang.Runnable

        run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait