Class TableListenerCollection

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

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