Class ListenerWrapper.WrappedClickListener

    • Method Detail

      • remove

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

        public void onClick​(ClickEvent event)
        Deprecated.
        Description copied from interface: ClickHandler
        Called when a native click event is fired.
        Specified by:
        onClick in interface ClickHandler
        Parameters:
        event - the ClickEvent that was fired