Class LegacyHandlerWrapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void removeHandler()
      Deregisters the handler associated with this registration object if the handler is still attached to the event source.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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