Interface ListenerHandle

All Superinterfaces:
AutoCloseable

public interface ListenerHandle extends AutoCloseable
A listener registration handle.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close the handle, unsubscribing the listener.
  • Method Details

    • close

      void close()
      Close the handle, unsubscribing the listener.
      Specified by:
      close in interface AutoCloseable