Class CleanerThread.PhantomReferenceCleared
java.lang.Object
java.lang.ref.Reference
java.lang.ref.PhantomReference
org.apache.batik.util.CleanerThread.PhantomReferenceCleared
- All Implemented Interfaces:
CleanerThread.ReferenceCleared
- Enclosing class:
CleanerThread
public abstract static class CleanerThread.PhantomReferenceCleared
extends PhantomReference
implements CleanerThread.ReferenceCleared
A PhantomReference subclass that automatically registers with
the cleaner ReferenceQueue.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PhantomReference
getMethods inherited from class Reference
clear, clone, enqueue, isEnqueued, reachabilityFence, refersToMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CleanerThread.ReferenceCleared
cleared
-
Constructor Details
-
PhantomReferenceCleared
-