Package 

Interface TaskCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit run(Task<T> task) each TaskCallback gets a task which is the reference to itself.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

         abstract Unit run(Task<T> task)

        each TaskCallback gets a task which is the reference to itself.