org.biojava.utils
Class IndexedChangeHub.ListenerMemento

java.lang.Object
  extended byorg.biojava.utils.IndexedChangeHub.ListenerMemento
Enclosing class:
IndexedChangeHub

protected class IndexedChangeHub.ListenerMemento
extends java.lang.Object


Field Summary
 java.lang.ref.Reference listener
           
 ChangeType type
           
 
Constructor Summary
IndexedChangeHub.ListenerMemento(ChangeType type, java.lang.ref.Reference listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final ChangeType type

listener

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

IndexedChangeHub.ListenerMemento

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