org.aspectbench.tm.runtime.internal
Interface WeakRefContainer

All Known Subinterfaces:
IndexTreeLeaf
All Known Implementing Classes:
IndexTreeLeafSet

public interface WeakRefContainer

Something that contains weak references and potentially must do additional cleanup when they expire; the weakrefs will notify the container.


Method Summary
 void weakrefExpired(MyWeakRef ref)
           
 

Method Detail

weakrefExpired

void weakrefExpired(MyWeakRef ref)