Uses of Class
org.jcreme.caches.CacheEvent

Packages that use CacheEvent
org.jcreme.caches   
 

Uses of CacheEvent in org.jcreme.caches
 

Methods in org.jcreme.caches that return CacheEvent
protected  CacheEvent BaseCache.buildEvent(java.lang.Object element)
          Convenience method to build events when the cache is modified.
 

Methods in org.jcreme.caches with parameters of type CacheEvent
protected  void BaseCache.fireElementRemoved(CacheEvent evt)
          Convenience method to fire events when the cache is modified.
protected  void BaseCache.fireElementAdded(CacheEvent evt)
          Convenience method to fire events when the cache is modified.
 void CacheListener.elementRemoved(CacheEvent evt)
          This method is called when an element is removed from a cache.
 void CacheListener.elementAdded(CacheEvent evt)
          This method is called when an element is added to a cache.
 



Copyright 2006 null. All Rights Reserved.