com.atlassian.crowd.event.group
Class GroupUpdatedEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.DirectoryEvent
          extended by com.atlassian.crowd.event.group.GroupUpdatedEvent
Direct Known Subclasses:
GroupAttributeDeletedEvent, GroupAttributeStoredEvent

public class GroupUpdatedEvent
extends DirectoryEvent

An Event that represents the updating of a Group


Constructor Summary
GroupUpdatedEvent(Object source, Directory directory, Group group)
           
 
Method Summary
 Group getGroup()
           
 
Methods inherited from class com.atlassian.crowd.event.DirectoryEvent
equals, getDirectory, hashCode
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupUpdatedEvent

public GroupUpdatedEvent(Object source,
                         Directory directory,
                         Group group)
Method Detail

getGroup

public Group getGroup()


Copyright © 2013 Atlassian. All Rights Reserved.