Uses of Class
org.jboss.cache.notifications.annotation.CacheListener

Packages that use CacheListener
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.demo   
org.jboss.cache.jmx   
org.jboss.cache.loader   
org.jboss.cache.pojo.demo   
org.jboss.cache.pojo.impl   
 

Uses of CacheListener in org.jboss.cache
 

Classes in org.jboss.cache with annotations of type CacheListener
 class ConsoleListener
          This class provides a non-graphical view of JBossCache replication events for a replicated cache.
 

Uses of CacheListener in org.jboss.cache.buddyreplication
 

Classes in org.jboss.cache.buddyreplication with annotations of type CacheListener
 class BuddyManager.ViewChangeListener
           
 

Uses of CacheListener in org.jboss.cache.demo
 

Classes in org.jboss.cache.demo with annotations of type CacheListener
 class JBossCacheGUI
          JBossCache GUI for the demo
 

Uses of CacheListener in org.jboss.cache.jmx
 

Classes in org.jboss.cache.jmx with annotations of type CacheListener
 class CacheNotificationListener
          A CacheListener that creates JMX notifications from listener events.
 

Uses of CacheListener in org.jboss.cache.loader
 

Classes in org.jboss.cache.loader with annotations of type CacheListener
 class SingletonStoreCacheLoader.SingletonStoreListener
          Cache listener that reacts to cluster topology changes to find out whether a new coordinator is elected.
 

Uses of CacheListener in org.jboss.cache.pojo.demo
 

Classes in org.jboss.cache.pojo.demo with annotations of type CacheListener
 class PojoCacheGUI
          View for PojoCache demo.
 

Uses of CacheListener in org.jboss.cache.pojo.impl
 

Classes in org.jboss.cache.pojo.impl with annotations of type CacheListener
 class CacheListenerAdaptor
          Adapts the core cache listener API into the POJO listener API.