Package com.google.gwt.event.dom.client
Interface MouseWheelHandler
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
HandlesAllMouseEvents,ListenerWrapper.WrappedMouseWheelListener
Handler interface for
MouseWheelEvent events.-
Method Summary
Modifier and TypeMethodDescriptionvoidonMouseWheel(MouseWheelEvent event) Called when MouseWheelEvent is fired.
-
Method Details
-
onMouseWheel
Called when MouseWheelEvent is fired.- Parameters:
event- theMouseWheelEventthat was fired
-