Package com.google.gwt.user.client.ui
Interface MouseWheelListener
-
- All Superinterfaces:
java.util.EventListener
@Deprecated public interface MouseWheelListener extends java.util.EventListenerDeprecated.useMouseWheelHandlerinsteadEvent listener interface for mouse wheel events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonMouseWheel(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
-
-