Interface LocalTaskActionListener


  • public interface LocalTaskActionListener
    Listener to be notified when a task is deleted at TaskManager. Any class that needs to be notified when a task that was scheduled to be run locally is deleted, should implement this.
    • Method Detail

      • notifyLocalTaskDeletion

        void notifyLocalTaskDeletion​(String taskName)
        Method to notify when a local task is deleted.
        Parameters:
        taskName -