Interface CacheEntryListener
package: src.net.jxta.impl.util
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.
Method Summary
public void
Method Detail
purged
public void purged(CacheEntry c)