Uses of Interface
org.terracotta.cache.logging.ConfigChangeListener

Packages that use ConfigChangeListener
org.terracotta.cache   
org.terracotta.cache.logging   
 

Uses of ConfigChangeListener in org.terracotta.cache
 

Methods in org.terracotta.cache with parameters of type ConfigChangeListener
 void MutableConfig.addConfigChangeListener(ConfigChangeListener ccl)
          Register the supplied listener to receive notifications when this configuration changes.
 void MutableConfig.removeConfigChangeListener(ConfigChangeListener ccl)
          Remove the supplied listener from this configurations list of listeners.
 

Uses of ConfigChangeListener in org.terracotta.cache.logging
 

Classes in org.terracotta.cache.logging that implement ConfigChangeListener
 class TCLoggerConfigChangeListener
          Logging cache configuration change listener.
 



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