Interface WeakReferenceMonitor.ReleaseListener
-
- Enclosing class:
- WeakReferenceMonitor
public static interface WeakReferenceMonitor.ReleaseListenerListener that is notified when the handle is being released. To be implemented by users of this reference monitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreleased()This callback method is invoked once the associated handle has been released, i.e. once there are no monitored strong references to the handle anymore.
-