freemind.modes
Interface ModeController.MouseWheelEventHandler

Enclosing interface:
ModeController

public static interface ModeController.MouseWheelEventHandler


Method Summary
 boolean handleMouseWheelEvent(java.awt.event.MouseWheelEvent e)
           
 

Method Detail

handleMouseWheelEvent

public boolean handleMouseWheelEvent(java.awt.event.MouseWheelEvent e)
Returns:
true if the event was sucessfully processed and false if the event did not apply.