Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>)
@Deprecated public class LoadListenerCollection extends java.util.ArrayList<LoadListener>
ArrayList
assumes that all objects added to it will be of
type LoadListener
.Constructor and Description |
---|
LoadListenerCollection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
fireError(Widget sender)
Deprecated.
Fires an error event to all listeners.
|
void |
fireLoad(Widget sender)
Deprecated.
Fires a load event to all listeners.
|
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 fireError(Widget sender)
sender
- the widget sending the event.public void fireLoad(Widget sender)
sender
- the widget sending the event.