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 TypeMethodDescriptionvoid
onMouseWheel
(MouseWheelEvent event) Called when MouseWheelEvent is fired.
-
Method Details
-
onMouseWheel
Called when MouseWheelEvent is fired.- Parameters:
event
- theMouseWheelEvent
that was fired
-