Interface MouseWheelHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMouseWheel
(MouseWheelEvent event) Executed when the mouse wheel is actuated.
-
Method Details
-
onMouseWheel
Executed when the mouse wheel is actuated.- Parameters:
event
- the event
-