public interface

MouseWheelHandler

implements EventHandler
com.google.gwt.event.dom.client.MouseWheelHandler
Known Indirect Subclasses

Class Overview

Handler interface for MouseWheelEvent events.

Summary

Public Methods
abstract void onMouseWheel(MouseWheelEvent event)
Called when MouseWheelEvent is fired.

Public Methods

public abstract void onMouseWheel (MouseWheelEvent event)

Called when MouseWheelEvent is fired.

Parameters
event the MouseWheelEvent that was fired