Class BaseListenerWrapper<T>

java.lang.Object
com.google.gwt.user.client.BaseListenerWrapper<T>
Type Parameters:
T - listener type to be wrapped
All Implemented Interfaces:
EventHandler
Direct Known Subclasses:
BaseListenerWrapper.WrapWindowClose, BaseListenerWrapper.WrapWindowResize, BaseListenerWrapper.WrapWindowScroll, ListenerWrapper

@Deprecated public abstract class BaseListenerWrapper<T> extends Object implements EventHandler
Deprecated.
will be removed in GWT 2.7 with the handler listeners themselves
Legacy listener support hierarchy root. Note, this class and its subtypes all assume that the handlers are stored in handler managers. This class, and its children are used to gather the bulk of the legacy glue code in one place, for easy deletion when Listener methods are deleted.