com.google.gwt.user.client.ui
Class LoadListenerCollection
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.Vector
com.google.gwt.user.client.ui.LoadListenerCollection
- All Implemented Interfaces:
- Cloneable, Collection, List, RandomAccess
- public class LoadListenerCollection
- extends Vector
A helper class for implementers of the SourcesLoadEvents interface. This
subclass of Vector assumes that all objects added to it will be of type
LoadListener
.
Method Summary |
void |
fireError(Widget sender)
Fires an error event to all listeners. |
void |
fireLoad(Widget sender)
Fires a load event to all listeners. |
Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, clear, clone, contains, containsAll, copyInto, elementAt, equals, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, toArray, toString |
LoadListenerCollection
public LoadListenerCollection()
fireError
public void fireError(Widget sender)
- Fires an error event to all listeners.
- Parameters:
sender
- the widget sending the event.
fireLoad
public void fireLoad(Widget sender)
- Fires a load event to all listeners.
- Parameters:
sender
- the widget sending the event.
This javadoc distribution was not produced by Google. The official documentation is here.