Class ListenerWrapper.WrappedClickListener

All Implemented Interfaces:
ClickHandler, EventHandler
Enclosing class:
ListenerWrapper<T>

@Deprecated public static class ListenerWrapper.WrappedClickListener extends ListenerWrapper<ClickListener> implements ClickHandler
Deprecated.
will be removed in GWT 2.0 along with the listeners being wrapped
Wrapper for a ClickListener.
  • Method Details

    • add

      Deprecated.
      will be removed in GWT 2.0 along with the listener classes
      Adds the wrapped listener.
      Parameters:
      source - the event source
      listener - the listener
      Returns:
      the wrapped listener
    • 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