com.atlassian.crowd.event.group
Class GroupDeletedEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.DirectoryEvent
          extended by com.atlassian.crowd.event.group.GroupDeletedEvent

public class GroupDeletedEvent
extends DirectoryEvent

An Event that represents the removal of a Group


Constructor Summary
GroupDeletedEvent(Object source, Directory directory, String groupName)
           
 
Method Summary
 String getGroupName()
           
 
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

GroupDeletedEvent

public GroupDeletedEvent(Object source,
                         Directory directory,
                         String groupName)
Method Detail

getGroupName

public String getGroupName()


Copyright © 2012 Atlassian. All Rights Reserved.