com.atlassian.crowd.event.group
Class GroupCreatedEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.DirectoryEvent
          extended by com.atlassian.crowd.event.group.GroupCreatedEvent
Direct Known Subclasses:
AutoGroupCreatedEvent

public class GroupCreatedEvent
extends DirectoryEvent

An Event that represents the creation of a Group


Constructor Summary
GroupCreatedEvent(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

GroupCreatedEvent

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

getGroup

public Group getGroup()


Copyright © 2013 Atlassian. All Rights Reserved.