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
-
Method Details
-
notify
Called when a task was changed, executed or execution completed.- Parameters:
event
- holds info about the task and the event- Since:
- taskplanner 3.0
-