public interface

HasMouseWheelHandlers

implements HasHandlers
com.google.gwt.event.dom.client.HasMouseWheelHandlers
Known Indirect Subclasses

Class Overview

A widget that implements this interface provides registration for MouseWheelHandler instances.

Summary

Public Methods
abstract HandlerRegistration addMouseWheelHandler(MouseWheelHandler handler)
Adds a MouseWheelEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addMouseWheelHandler (MouseWheelHandler handler)

Adds a MouseWheelEvent handler.

Parameters
handler the mouse wheel handler
Returns