Uses of Interface
com.google.common.collect.MapEvictionListener

Packages that use MapEvictionListener
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of MapEvictionListener in com.google.common.collect
 

Methods in com.google.common.collect that return MapEvictionListener
static
<K,V> MapEvictionListener<K,V>
EvictionListeners.asynchronous(MapEvictionListener<K,V> listener, Executor executor)
          Returns an asynchronous MapEvictionListener which processes all eviction notifications asynchronously, using executor.
 

Methods in com.google.common.collect with parameters of type MapEvictionListener
static
<K,V> MapEvictionListener<K,V>
EvictionListeners.asynchronous(MapEvictionListener<K,V> listener, Executor executor)
          Returns an asynchronous MapEvictionListener which processes all eviction notifications asynchronously, using executor.
<K,V> GenericMapMaker<K,V>
MapMaker.evictionListener(MapEvictionListener<K,V> listener)
          Specifies a listener instance, which all maps built using this MapMaker will notify each time an entry is evicted.