Package 

Interface AsyncJobStatusCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit jobStarted() Notifies that an async job has started.
      abstract Unit jobFinished() Notifies that an async job has finished.
      • Methods inherited from class java.lang.Object

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

      • jobStarted

         abstract Unit jobStarted()

        Notifies that an async job has started.

      • jobFinished

         abstract Unit jobFinished()

        Notifies that an async job has finished.