java.awt.event

Interface MouseWheelListener

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

UNKNOWN: updated to 1.4

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

Method Detail

mouseWheelMoved

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

Parameters: event the MouseWheelEvent indicating the rotation