Uses of Class
com.ibm.websphere.cache.ChangeEvent
-
Packages that use ChangeEvent Package Description com.ibm.websphere.cache com.ibm.wsspi.cache -
-
Uses of ChangeEvent in com.ibm.websphere.cache
Methods in com.ibm.websphere.cache with parameters of type ChangeEvent Modifier and Type Method Description void
ChangeListener. cacheEntryChanged(ChangeEvent e)
This method is invoked when there is a change to a cache entry. -
Uses of ChangeEvent in com.ibm.wsspi.cache
Methods in com.ibm.wsspi.cache with parameters of type ChangeEvent Modifier and Type Method Description void
EventSource. cacheEntryChanged(ChangeEvent event)
Invokes this method when the change event is being fired.
-