Class LegacyHandlerWrapper

java.lang.Object
com.google.gwt.event.shared.LegacyHandlerWrapper
All Implemented Interfaces:
HandlerRegistration, HandlerRegistration

public class LegacyHandlerWrapper extends Object implements HandlerRegistration
Wrapper class to ease the transition to HandlerRegistration.
  • Constructor Details

  • Method Details

    • removeHandler

      public void removeHandler()
      Description copied from interface: HandlerRegistration
      Deregisters the handler associated with this registration object if the handler is still attached to the event source. If the handler is no longer attached to the event source, this is a no-op.
      Specified by:
      removeHandler in interface HandlerRegistration