Uses of Interface
org.openjump.core.model.TaskListener
Packages that use TaskListener
-
Uses of TaskListener in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return types with arguments of type TaskListenerMethods in com.vividsolutions.jump.workbench.ui with parameters of type TaskListenerModifier and TypeMethodDescriptionvoidWorkbenchFrame.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.voidWorkbenchFrame.removeTaskListener(TaskListener l) Remove's a TaskListener.