Generated by
JDiff

Interface com.google.common.cache.RemovalListener

Changed Methods
void onRemoval(RemovalNotification<K, V>) Changed from non-abstract to abstract. Notifies the listener that a removal occurred at some point in the past.