Package net.sf.ehcache.store
Interface StoreListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
Cache
public interface StoreListener extends java.util.EventListener- Author:
- gkeim
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclusterCoherent(boolean clusterCoherent)Inform of cluster coherence.
-