Interface TaskUpdatedListener


  • public interface TaskUpdatedListener
    • Method Detail

      • 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).