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