net.refractions.udig.project.ui.render.displayAdapter
Interface MapMouseWheelListener

All Known Implementing Classes:
AbstractContextMenuTool, AbstractModalTool, AbstractTool, SimpleTool

public interface MapMouseWheelListener

An Listener interested int Mouse Wheel Events. Does not work with the ViewportPaneSWT class. API use

Author:
jeichar

Method Summary
 void mouseWheelMoved(MapMouseWheelEvent e)
          called when the mouse wheel has moved.
 

Method Detail

mouseWheelMoved

void mouseWheelMoved(MapMouseWheelEvent e)
called when the mouse wheel has moved.

Parameters:
e - The mouse wheel event.
See Also:
MapMouseWheelEvent