org.terracotta.modules.ehcache.presentation
Class CacheDetailPanel

java.lang.Object
  extended by XContainer
      extended by org.terracotta.modules.ehcache.presentation.CacheDetailPanel
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class CacheDetailPanel
extends XContainer
implements PropertyChangeListener


Constructor Summary
CacheDetailPanel(ApplicationContext appContext)
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
           
 CacheModel setCacheModel(CacheModel cacheModel)
           
 void updateCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheDetailPanel

public CacheDetailPanel(ApplicationContext appContext)
Method Detail

setCacheModel

public CacheModel setCacheModel(CacheModel cacheModel)

updateCache

public void updateCache()

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener


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