Class BaseListenerWrapper<T>

    • Field Detail

      • listener

        final T listener
        Deprecated.
        Listener being wrapped.
    • Constructor Detail

      • BaseListenerWrapper

        protected BaseListenerWrapper​(T listener)
        Deprecated.
        Creates a new listener wrapper.
        Parameters:
        listener - the listener to wrap
    • Method Detail

      • baseRemove

        protected static <H extends EventHandler> void baseRemove​(HandlerManager manager,
                                                                  java.lang.Object listener,
                                                                  GwtEvent.Type... types)
        Deprecated.
        Helper method to remove all wrapped listeners from the given event types.
        Type Parameters:
        H -
        Parameters:
        manager - the manager to remove the listener from
        listener - the listener
        types - the event types to remove the listener from
      • getListener

        protected T getListener()
        Deprecated.
        Gets the listener being wrapped.
        Returns:
        the wrapped listener