org.jboss.ha.cachemanager
Class CacheManager.StartStopListener

java.lang.Object
  extended by org.jboss.ha.cachemanager.CacheManager.StartStopListener
Enclosing class:
CacheManager

public static class CacheManager.StartStopListener
extends Object


Method Summary
 void cacheStarted(org.jboss.cache.notifications.event.CacheStartedEvent event)
           
 void cacheStopped(org.jboss.cache.notifications.event.CacheStoppedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cacheStarted

public void cacheStarted(org.jboss.cache.notifications.event.CacheStartedEvent event)

cacheStopped

public void cacheStopped(org.jboss.cache.notifications.event.CacheStoppedEvent event)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.