public interface

SourcesMouseWheelEvents

com.google.gwt.user.client.ui.SourcesMouseWheelEvents
Known Indirect Subclasses

This interface is deprecated.
Use HasMouseWheelHandlers instead

Class Overview

A widget that implements this interface sources the events defined by the MouseWheelListener interface.

Summary

Public Methods
abstract void addMouseWheelListener(MouseWheelListener listener)
This method is deprecated. Use addMouseWheelHandler(MouseWheelHandler) instead
abstract void removeMouseWheelListener(MouseWheelListener listener)
This method is deprecated. Use the removeHandler() method on the object returned by addMouseWheelHandler(MouseWheelHandler) instead

Public Methods

public abstract void addMouseWheelListener (MouseWheelListener listener)

This method is deprecated.
Use addMouseWheelHandler(MouseWheelHandler) instead

Adds a listener interface to receive mouse events.

Parameters
listener the listener interface to add

public abstract void removeMouseWheelListener (MouseWheelListener listener)

This method is deprecated.
Use the removeHandler() method on the object returned by addMouseWheelHandler(MouseWheelHandler) instead

Removes a previously added listener interface.

Parameters
listener the listener interface to remove