Package com.google.gwt.user.client.ui
Interface MouseWheelListener
-
- All Superinterfaces:
java.util.EventListener
@Deprecated public interface MouseWheelListener extends java.util.EventListener
Deprecated.useMouseWheelHandler
insteadEvent listener interface for mouse wheel events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onMouseWheel(Widget sender, MouseWheelVelocity velocity)
Deprecated.
-
-
-
Method Detail
-
onMouseWheel
@Deprecated void onMouseWheel(Widget sender, MouseWheelVelocity velocity)
Deprecated.Fired when the user scrolls the mouse wheel over a widget.- Parameters:
sender
- the widget sending the eventvelocity
- the velocity information for the wheel event
-
-