Class ListenerWrapper.WrappedChangeListener

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

@Deprecated public static class ListenerWrapper.WrappedChangeListener extends ListenerWrapper<ChangeListener> implements ChangeHandler
Deprecated.
will be removed in GWT 2.0 along with the listeners being wrapped
Wrapper for a ChangeListener.
  • Constructor Details

    • WrappedChangeListener

      WrappedChangeListener(ChangeListener listener)
      Deprecated.
  • 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, 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
    • onChange

      public void onChange(ChangeEvent event)
      Deprecated.
      Description copied from interface: ChangeHandler
      Called when a change event is fired.
      Specified by:
      onChange in interface ChangeHandler
      Parameters:
      event - the ChangeEvent that was fired