org.terracotta.modules.ehcache.presentation.model
Interface CacheManagerModelListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- AggregateEhcacheRuntimeStatsPanel, BaseEhcacheRuntimeStatsPanel, ClientEhCacheRuntimeStatsPanel, EhcacheConfigPanel, EhcacheOverviewPanel
public interface CacheManagerModelListener
- extends EventListener
cacheModelAdded
void cacheModelAdded(CacheModel cacheModel)
cacheModelRemoved
void cacheModelRemoved(CacheModel cacheModel)
cacheModelChanged
void cacheModelChanged(CacheModel cacheModel)
statisticsEnabled
void statisticsEnabled()
cachesEnabled
void cachesEnabled()
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.