Class ListenerWrapper.WrappedLoadListener

    • Method Detail

      • add

        @Deprecated
        public static <S extends HasLoadHandlers & HasErrorHandlersListenerWrapper.WrappedLoadListener add​(S source,
                                                                                                             LoadListener listener)
        Deprecated.
        will be removed in GWT 2.0 along with the listener classes
        Adds the wrapped listener.
        Type Parameters:
        S - the source of the events
        Parameters:
        source - the event source
        listener - the listener
        Returns:
        the wrapped listener
      • remove

        @Deprecated
        public static void remove​(Widget eventSource,
                                  LoadListener 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