Interface HandlerRegistration

    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • removeHandler

        void removeHandler()
        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.