Class TreeListenerCollection

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, Iterable<TreeListener>, Collection<TreeListener>, List<TreeListener>, RandomAccess, SequencedCollection<TreeListener>

@Deprecated public class TreeListenerCollection extends ArrayList<TreeListener>
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 SourcesClickEvents interface. This subclass of ArrayList assumes that all objects added to it will be of type ClickListener.
See Also: