net.nutch.util
Interface SoftHashMap.FinalizationNotifier

Enclosing interface:
SoftHashMap

public static interface SoftHashMap.FinalizationNotifier

An interface for a Objects which can notify an object when they are finalized. Upon finalization, Objects which implement this interface will call the finalizationOccurring method of all SoftHashMap.FinalizationListeners that have registered with it.


Method Summary
 void addFinalizationListener(SoftHashMap.FinalizationListener listener)
          Registers a SoftHashMap.FinalizationListener for this object.
 

Method Detail

addFinalizationListener

public void addFinalizationListener(SoftHashMap.FinalizationListener listener)
Registers a SoftHashMap.FinalizationListener for this object.



Copyright © 2004 The Nutch Organization.