org.terracotta.cache.logging
Interface ConfigChangeListener

All Known Implementing Classes:
TCLoggerConfigChangeListener

public interface ConfigChangeListener

Listener interface used to monitor changes in cache configurations.


Method Summary
 void configChanged(String cacheName, String configName, Object oldValue, Object newValue)
          Called to indicate a change in a cache configuration.
 

Method Detail

configChanged

void configChanged(String cacheName,
                   String configName,
                   Object oldValue,
                   Object newValue)
Called to indicate a change in a cache configuration.

Parameters:
cacheName - name of the cache that changed
configName - name of the configuration variable that changed
oldValue - previous value of the configuration variable
newValue - new value of the configuration variable


Copyright © 2015 Terracotta, Inc.. All Rights Reserved.