Interface TaskEventListener


  • public interface TaskEventListener
    Listener which is notified when a task was changed or execution was started or completed.
    Since:
    taskplanner 3.0
    • Method Detail

      • notify

        void notify​(TaskEvent event)
        Called when a task was changed, executed or execution completed.
        Parameters:
        event - holds info about the task and the event
        Since:
        taskplanner 3.0