com.atlassian.crowd.event.remote
Class RemoteEntityCreatedOrUpdatedEvent<T extends DirectoryEntity>

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<T>
Direct Known Subclasses:
RemoteGroupCreatedOrUpdatedEvent, RemoteUserCreatedOrUpdatedEvent

public abstract class RemoteEntityCreatedOrUpdatedEvent<T extends DirectoryEntity>
extends RemoteDirectoryEvent


Constructor Summary
protected RemoteEntityCreatedOrUpdatedEvent(java.lang.Object source, long directoryID, T entity)
           
 
Method Summary
 T 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

RemoteEntityCreatedOrUpdatedEvent

protected RemoteEntityCreatedOrUpdatedEvent(java.lang.Object source,
                                            long directoryID,
                                            T entity)
Method Detail

getEntity

public T getEntity()


Copyright © 2010 Atlassian. All Rights Reserved.