com.opensymphony.xwork2.inject.util
Interface FinalizableReference

All Known Implementing Classes:
FinalizablePhantomReference, FinalizableSoftReference, FinalizableWeakReference, ReferenceMap.SoftKeyReference, ReferenceMap.SoftValueReference, ReferenceMap.WeakKeyReference, ReferenceMap.WeakValueReference

interface FinalizableReference

Package-private interface implemented by references that have code to run after garbage collection of their referents.

Author:
crazybob@google.com (Bob Lee)

Method Summary
 void finalizeReferent()
          Invoked on a background thread after the referent has been garbage collected.
 

Method Detail

finalizeReferent

void finalizeReferent()
Invoked on a background thread after the referent has been garbage collected.



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.