Class KeyboardListenerCollection

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

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