Package com.oracle.coherence.client
Interface DeactivationListener<T>
-
- Type Parameters:
T- the type of the resource
- All Known Implementing Classes:
AsyncNamedCacheClient.WrapperDeactivationListener
public interface DeactivationListener<T>A listener that is called when a resource is deactivated.- Since:
- 20.06
- Author:
- Jonathan Knight 2019.11.29
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroyed(T resource)Called to indicate that a resource was destroyed.voidreleased(T resource)Called to indicate that a resource was released.
-