Uses of Interface
org.jboss.cache.notifications.event.ViewChangedEvent

Packages that use ViewChangedEvent
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.loader   
org.jboss.cache.notifications.event   
 

Uses of ViewChangedEvent in org.jboss.cache
 

Methods in org.jboss.cache with parameters of type ViewChangedEvent
 void ConsoleListener.printNewView(ViewChangedEvent e)
           
 

Uses of ViewChangedEvent in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication with parameters of type ViewChangedEvent
 void BuddyManager.ViewChangeListener.handleViewChange(ViewChangedEvent event)
           
 

Uses of ViewChangedEvent in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader with parameters of type ViewChangedEvent
 void SingletonStoreCacheLoader.SingletonStoreListener.viewChange(ViewChangedEvent event)
          The cluster formation changed, so determine whether the current node stopped being the coordinator or became the coordinator.
 

Uses of ViewChangedEvent in org.jboss.cache.notifications.event
 

Classes in org.jboss.cache.notifications.event that implement ViewChangedEvent
 class EventImpl
          Basic implementation of an event that covers all event types.
 



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