Interface TaskListener

    • Method Detail

      • taskCompleted

        void taskCompleted​(Task task)
        Notification that the task completed.
        Parameters:
        task - the task that was running and is now completed
      • taskCancelled

        void taskCancelled​(Task task)
        Notification that the task was canceled.
        Parameters:
        task - the task that was running and was canceled