org.ehcache.core
Interface CacheConfigurationChangeListener


public interface CacheConfigurationChangeListener

Interface allowing types to declare their interest in CacheConfigurationChangeEvents.


Method Summary
 void cacheConfigurationChange(CacheConfigurationChangeEvent event)
          Method invoked on a cache configuration change.
 

Method Detail

cacheConfigurationChange

void cacheConfigurationChange(CacheConfigurationChangeEvent event)
Method invoked on a cache configuration change.

Parameters:
event - the event describing the change