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