Class ClickListenerCollection

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

@Deprecated public class ClickListenerCollection extends ArrayList<ClickListener>
Deprecated.
As of GWT 1.6, call addDomHandler(myHandler, ClickEvent.getType()) to manage handlers for your widget instead
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: