net.jxta.impl.util
Interface CacheEntryListener
- All Known Implementing Classes:
- ProxyService, QuotaIncomingMessageListener.MyCacheListener
- public interface CacheEntryListener
Part of a pre jdk1.4 replacement for LinkedHashMap which is basically a
cache. The following is the definition of an entry in the cache.
The implementation is the business of the Cache user.
This listener is used to alerts the cache owner of events that affect
cache entries. Currently purge() is the only method. It is called when a
cache entry is purged from the cache.
purged
public void purged(CacheEntry c)