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