org.jboss.cache.notifications.event
Interface BuddyGroupChangedEvent

All Superinterfaces:
Event
All Known Implementing Classes:
EventImpl

public interface BuddyGroupChangedEvent
extends Event

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

Since:
2.1.0
Author:
Manik Surtani

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

Method Detail

getBuddyGroup

BuddyGroup getBuddyGroup()
Returns:
the new buddy group
Since:
2.1.0


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