org.jboss.cache.notifications.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:
2.0.0
Author:
Manik Surtani

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.cache.notifications.event.Event
Event.Type
 
Method Summary
 org.jgroups.View getNewView()
           
 
Methods inherited from interface org.jboss.cache.notifications.event.Event
getCache, getType, isPre
 

Method Detail

getNewView

org.jgroups.View getNewView()
Returns:
the new view associated with this view change.


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