java.lang.Object
de.sandec.jmemorybuddy.CleanupDetector
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class can be extended to provide more meta information to the method onCleanup. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidThis version of the method can be used to provide more information in the heap dump by extending WeakReferenceWithRunnable.static voidThe runnable gets executed after the object has been collected by the GC.
-
Constructor Details
-
CleanupDetector
public CleanupDetector()
-
-
Method Details
-
onCleanup
The runnable gets executed after the object has been collected by the GC. -
onCleanup
This version of the method can be used to provide more information in the heap dump by extending WeakReferenceWithRunnable.
-