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.
addFinalizationListener
public void addFinalizationListener(SoftHashMap.FinalizationListener listener)
- Registers a
SoftHashMap.FinalizationListener for this object.
Copyright © 2004 The Nutch Organization.