public abstract class

ListenerWrapper

extends BaseListenerWrapper<T>
java.lang.Object
   ↳ com.google.gwt.user.client.BaseListenerWrapper<T>
     ↳ com.google.gwt.user.client.ui.ListenerWrapper<T>
Known Direct Subclasses

This class is deprecated.
will be removed in GWT 2.0 with the handler listeners themselves

Class Overview

Legacy listener support hierarchy for com.google.gwt.user.client.ui. Gathers the bulk of the legacy glue code in one place, for easy deletion when Listener methods are deleted.

Summary

Nested Classes
class ListenerWrapper.WrappedChangeListener This class is deprecated. will be removed in GWT 2.0 along with the listeners being wrapped  
class ListenerWrapper.WrappedClickListener This class is deprecated. will be removed in GWT 2.0 along with the listeners being wrapped  
class ListenerWrapper.WrappedFocusListener Wrapper for a FocusListener
class ListenerWrapper.WrappedKeyboardListener Wrapper for a KeyboardListener
class ListenerWrapper.WrappedLoadListener Wrapper for a LoadListener
class ListenerWrapper.WrappedLogicalChangeListener<V> This class is deprecated. will be removed in GWT 2.0 along with the listeners being wrapped  
class ListenerWrapper.WrappedMouseListener Wrapper for a MouseListener
class ListenerWrapper.WrappedMouseWheelListener Wrapper for a MouseWheelListener
class ListenerWrapper.WrappedScrollListener Wrapper for a ScrollListener
Protected Constructors
ListenerWrapper(T listener)
Protected Methods
static <H extends EventHandler> void baseRemove(Widget eventSource, EventListener listener, Type... types)
Convenience method to remove wrapped handlers from a widget.
[Expand]
Inherited Methods
From class com.google.gwt.user.client.BaseListenerWrapper
From class java.lang.Object

Protected Constructors

protected ListenerWrapper (T listener)

Protected Methods

protected static void baseRemove (Widget eventSource, EventListener listener, Type... types)

Convenience method to remove wrapped handlers from a widget.

Parameters
eventSource the event source
listener the listener to remove
types the event types to remove it from