freemind.controller
Interface NodeMouseMotionListener.NodeMouseMotionObserver

All Superinterfaces:
java.util.EventListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener
All Known Implementing Classes:
CommonNodeMouseMotionListener
Enclosing class:
NodeMouseMotionListener

public static interface NodeMouseMotionListener.NodeMouseMotionObserver
extends java.awt.event.MouseMotionListener, java.awt.event.MouseListener


Method Summary
 void updateSelectionMethod()
           
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
 
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 

Method Detail

updateSelectionMethod

void updateSelectionMethod()