efficom.runningjoe.services
Interface LRUCache.CacheEntryRemovedListener<K,V>

All Known Implementing Classes:
SoundManager
Enclosing class:
LRUCache<K,V>

public static interface LRUCache.CacheEntryRemovedListener<K,V>

Called when a cached element is about to be removed.


Method Summary
 void notifyEntryRemoved(K key, V value)
           
 

Method Detail

notifyEntryRemoved

void notifyEntryRemoved(K key,
                        V value)