org.infinispan.notifications.cachemanagerlistener.event
Interface ViewChangedEvent

All Superinterfaces:
Event
All Known Implementing Classes:
EventImpl

public interface ViewChangedEvent
extends Event

This event is passed in to any method annotated with ViewChanged.

Since:
4.0
Author:
Manik Surtani

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
Event.Type
 
Method Summary
 Address getLocalAddress()
           
 List<Address> getNewMemberList()
           
 
Methods inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
getCacheManager, getType
 

Method Detail

getNewMemberList

List<Address> getNewMemberList()
Returns:
the new view associated with this view change.

getLocalAddress

Address getLocalAddress()


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