com.atlassian.crowd.event.remote.group
Class RemoteGroupDeletedEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.remote.RemoteDirectoryEvent
          extended by com.atlassian.crowd.event.remote.RemoteEntityDeletedEvent
              extended by com.atlassian.crowd.event.remote.group.RemoteGroupDeletedEvent
All Implemented Interfaces:
RemoteGroupEvent

public class RemoteGroupDeletedEvent
extends RemoteEntityDeletedEvent
implements RemoteGroupEvent


Constructor Summary
RemoteGroupDeletedEvent(Object source, long directoryID, String groupName)
           
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.event.remote.RemoteEntityDeletedEvent
getEntityName
 
Methods inherited from class com.atlassian.crowd.event.remote.RemoteDirectoryEvent
getDirectoryId
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGroupDeletedEvent

public RemoteGroupDeletedEvent(Object source,
                               long directoryID,
                               String groupName)


Copyright © 2013 Atlassian. All Rights Reserved.