Interface MouseWheelHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonMouseWheel(MouseWheelEvent event) Executed when the mouse wheel is actuated.
- 
Method Details- 
onMouseWheelExecuted when the mouse wheel is actuated.- Parameters:
- event- the event
 
 
-