Interface TaskUpdatedListener


public interface TaskUpdatedListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a task is updated.
  • Method Details

    • onTaskUpdated

      void onTaskUpdated(Task task, OperationResult result)
      Called when a task is updated. BEWARE, not all task updates (not even all task status updates) are acted upon by this method. Hence, please use this method only in tests (for now).