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


Method Summary
 void cacheModelAdded(CacheModel cacheModel)
           
 void cacheModelChanged(CacheModel cacheModel)
           
 void cacheModelRemoved(CacheModel cacheModel)
           
 void cachesEnabled()
           
 void statisticsEnabled()
           
 

Method Detail

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.