public interface MouseWheelListener extends EventListener
MouseWheelEvent
Modifier and Type | Method and Description |
---|---|
void |
mouseWheelMoved(MouseWheelEvent event)
This method is called when the mouse wheel is rotated.
|
void mouseWheelMoved(MouseWheelEvent event)
event
- the MouseWheelEvent
indicating the rotation