org.terracotta.modules.ehcache.presentation.model
Interface EhcacheModelListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
EhcachePresentationPanel

public interface EhcacheModelListener
extends EventListener


Method Summary
 void cacheManagerModelAdded(CacheManagerModel cacheManagerModel)
           
 void cacheManagerModelRemoved(CacheManagerModel cacheManagerModel)
           
 

Method Detail

cacheManagerModelAdded

void cacheManagerModelAdded(CacheManagerModel cacheManagerModel)

cacheManagerModelRemoved

void cacheManagerModelRemoved(CacheManagerModel cacheManagerModel)


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