public interface HasMouseWheelHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addMouseWheelHandler(MouseWheelHandler handler)
Executed when the mouse wheel is actuated.
|
com.google.gwt.event.shared.HandlerRegistration addMouseWheelHandler(MouseWheelHandler handler)
handler
- the mouseWheel handlerHandlerRegistration
used to remove this handler