Package com.google.gwt.user.client.ui
Interface SourcesMouseWheelEvents
- All Known Implementing Classes:
FocusPanel
Deprecated.
A widget that implements this interface sources the events defined by the
MouseWheelListener
interface.-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMouseWheelListener
(MouseWheelListener listener) Deprecated.void
removeMouseWheelListener
(MouseWheelListener listener) Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned byHasMouseWheelHandlers.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler)
instead
-
Method Details
-
addMouseWheelListener
Deprecated.Adds a listener interface to receive mouse events.- Parameters:
listener
- the listener interface to add
-
removeMouseWheelListener
Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned byHasMouseWheelHandlers.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler)
insteadRemoves a previously added listener interface.- Parameters:
listener
- the listener interface to remove
-
HasMouseWheelHandlers
instead