Also: SpringCore
public static interface

WeakReferenceMonitor.ReleaseListener

org.springframework.util.WeakReferenceMonitor.ReleaseListener

Class Overview

Listener that is notified when the handle is being released. To be implemented by users of this reference monitor.

Summary

Public Methods
abstract void released()
This callback method is invoked once the associated handle has been released, i.e.

Public Methods

public abstract void released ()

Also: SpringCore

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.