Class FocusListenerCollection

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, Iterable<FocusListener>, Collection<FocusListener>, List<FocusListener>, RandomAccess, SequencedCollection<FocusListener>
Direct Known Subclasses:
DelegatingFocusListenerCollection

@Deprecated public class FocusListenerCollection extends ArrayList<FocusListener>
Deprecated.
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>)
A helper class for implementers of the SourcesFocusEvents interface. This subclass of ArrayList assumes that all objects added to it will be of type FocusListener
See Also: