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 Summary

    Modifier and Type
    Method
    Description
    void
    Called when a task was changed, executed or execution completed.
  • Method Details

    • 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