Class PopupListenerCollection

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<PopupListener>
com.google.gwt.user.client.ui.PopupListenerCollection
All Implemented Interfaces:
Serializable, Cloneable, Iterable<PopupListener>, Collection<PopupListener>, List<PopupListener>, RandomAccess

@Deprecated public class PopupListenerCollection extends ArrayList<PopupListener>
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 SourcesPopupEvents interface. This subclass of ArrayList assumes that all objects added to it will be of type PopupListener.
See Also:
  • Constructor Details

    • PopupListenerCollection

      public PopupListenerCollection()
      Deprecated.
  • Method Details