public interface MouseWheelHandler extends EventHandler
MouseWheelEvent
events.Modifier and Type | Method and Description |
---|---|
void |
onMouseWheel(MouseWheelEvent event)
Called when MouseWheelEvent is fired.
|
void onMouseWheel(MouseWheelEvent event)
event
- the MouseWheelEvent
that was fired