java.awt.event
Interface MouseWheelListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AWTEventMulticaster, BasicScrollPaneUI.MouseWheelHandler

public interface MouseWheelListener
extends EventListener

This interface is for classes that wish to receive mouse wheel events. For other events, use MouseListener or MouseMotionListener.

Since:
1.4
See Also:
MouseWheelEvent

Method Summary
 void mouseWheelMoved(MouseWheelEvent event)
          This method is called when the mouse wheel is rotated.
 

Method Detail

mouseWheelMoved

void mouseWheelMoved(MouseWheelEvent event)
This method is called when the mouse wheel is rotated.

Parameters:
event - the MouseWheelEvent indicating the rotation