Class ListenerWrapper.WrappedChangeListener

    • Constructor Detail

      • WrappedChangeListener

        WrappedChangeListener​(ChangeListener listener)
        Deprecated.
    • Method Detail

      • remove

        @Deprecated
        public static void remove​(Widget eventSource,
                                  ChangeListener listener)
        Deprecated.
        will be removed in GWT 2.0 along with the listener classes
        Removes the wrapped listener.
        Parameters:
        eventSource - the event source from which to remove the wrapped listener
        listener - the listener to remove