Interface TaskListener
- All Superinterfaces:
EventListener
An interface wich must be implemented from the tasklistener.
- Author:
- Matthias Scholz
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method will be called if a new Task was added via the WorkbenchFrame.addTaskFrame(TaskFrame taskFrame) method.voidtaskLoaded(TaskEvent taskEvent) This method will be called after a Task (the project file) was loaded.
-
Method Details
-
taskAdded
This method will be called if a new Task was added via the WorkbenchFrame.addTaskFrame(TaskFrame taskFrame) method.- Parameters:
taskEvent- - The TaskEvent.
-
taskLoaded
This method will be called after a Task (the project file) was loaded.- Parameters:
taskEvent- - The TaskEvent.
-