Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>)
@Deprecated public class MouseWheelListenerCollection extends java.util.ArrayList<MouseWheelListener>
ArrayList
assumes that all objects added to it will
be of type MouseWheelListener
.Constructor and Description |
---|
MouseWheelListenerCollection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
fireMouseWheel(Widget sender,
MouseWheelVelocity velocity)
Deprecated.
Fires a mouse wheel event to all listeners.
|
void |
fireMouseWheelEvent(Widget sender,
Event event)
Deprecated.
A helper for widgets that source mouse events.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public void fireMouseWheel(Widget sender, MouseWheelVelocity velocity)
sender
- the widget sending the eventvelocity
- the velocity information for the event