Uses of Interface
org.openjump.core.model.TaskListener
-
Packages that use TaskListener Package Description com.vividsolutions.jump.workbench.ui -
-
Uses of TaskListener in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return types with arguments of type TaskListener Modifier and Type Method Description ArrayList<TaskListener>
WorkbenchFrame. getTaskListeners()
Methods in com.vividsolutions.jump.workbench.ui with parameters of type TaskListener Modifier and Type Method Description void
WorkbenchFrame. addTaskListener(TaskListener l)
Add's a TaskListener, wich will be fired if a Task was added via the WorkbenchFrame.addTaskFrame(TaskFrame taskFrame) or the a Task was loaded completly with all his layers.void
WorkbenchFrame. removeTaskListener(TaskListener l)
Remove's a TaskListener.
-