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

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.RemoteEntityCreatedOrUpdatedEvent<Group>
              extended by com.atlassian.crowd.event.remote.group.RemoteGroupCreatedOrUpdatedEvent
                  extended by com.atlassian.crowd.event.remote.group.RemoteGroupUpdatedEvent
All Implemented Interfaces:
RemoteGroupEvent

public class RemoteGroupUpdatedEvent
extends RemoteGroupCreatedOrUpdatedEvent
implements RemoteGroupEvent


Constructor Summary
RemoteGroupUpdatedEvent(Object source, long directoryID, Group group)
           
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.event.remote.RemoteEntityCreatedOrUpdatedEvent
getEntity
 
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

RemoteGroupUpdatedEvent

public RemoteGroupUpdatedEvent(Object source,
                               long directoryID,
                               Group group)


Copyright © 2013 Atlassian. All Rights Reserved.