Package com.ibm.websphere.cache
Interface ChangeListener
- 
- All Superinterfaces:
- java.util.EventListener
 
 public interface ChangeListener extends java.util.EventListenerImplement this interface to receive the ChangeEvent notifications.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcacheEntryChanged(ChangeEvent e)This method is invoked when there is a change to a cache entry.
 
- 
- 
- 
Method Detail- 
cacheEntryChangedvoid cacheEntryChanged(ChangeEvent e) This method is invoked when there is a change to a cache entry.
 
- 
 
-