Uses of Interface
adams.gui.event.NodeDroppedListener
-
Packages that use NodeDroppedListener Package Description adams.gui.core -
-
Uses of NodeDroppedListener in adams.gui.core
Fields in adams.gui.core with type parameters of type NodeDroppedListener Modifier and Type Field Description protected HashSet<NodeDroppedListener>
DragAndDropTree. m_NodeDroppedListeners
the listeners for node-drop events.Methods in adams.gui.core with parameters of type NodeDroppedListener Modifier and Type Method Description void
DragAndDropTree. addNodeDroppedListener(NodeDroppedListener l)
Adds the listener to the internal list of node drop listeners.void
DragAndDropTree. removeNodeDroppedListener(NodeDroppedListener l)
Removes the listener from the internal list of node drop listeners.
-