Class IndexedChangeHub.ListenerMemento

  • Enclosing class:
    IndexedChangeHub

    protected class IndexedChangeHub.ListenerMemento
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.ref.Reference listener  
      ChangeType type  
    • Constructor Summary

      Constructors 
      Constructor Description
      ListenerMemento​(ChangeType type, java.lang.ref.Reference listener)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • listener

        public final java.lang.ref.Reference listener
    • Constructor Detail

      • ListenerMemento

        public ListenerMemento​(ChangeType type,
                               java.lang.ref.Reference listener)