public interface

MouseWheelListener

implements EventListener
com.google.gwt.user.client.ui.MouseWheelListener

This interface is deprecated.
use MouseWheelHandler instead

Class Overview

Event listener interface for mouse wheel events.

Summary

Public Methods
abstract void onMouseWheel(Widget sender, MouseWheelVelocity velocity)
This method is deprecated. use onMouseWheel(MouseWheelEvent) instead

Public Methods

public abstract void onMouseWheel (Widget sender, MouseWheelVelocity velocity)

This method is deprecated.
use onMouseWheel(MouseWheelEvent) instead

Fired when the user scrolls the mouse wheel over a widget.

Parameters
sender the widget sending the event
velocity the velocity information for the wheel event