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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(TaskEvent event)
Called when a task was changed, executed or execution completed.
-
-
-
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
-
-