Class ListenerHandle


  • public class ListenerHandle
    extends java.lang.Object
    Tracks a previously registered RepositoryListener.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void remove()
      Remove the listener and stop receiving events.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • remove

        public void remove()
        Remove the listener and stop receiving events.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object