Package com.ibm.websphere.cache
Interface InvalidationListener
- 
- All Superinterfaces:
- java.util.EventListener
 
 public interface InvalidationListener extends java.util.EventListenerThe listener interface for removing cache entry from the cache.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfireEvent(InvalidationEvent e)Invoked when the cache is removed from the cache
 
- 
- 
- 
Method Detail- 
fireEventvoid fireEvent(InvalidationEvent e) Invoked when the cache is removed from the cache
 
- 
 
-