com.atlassian.crowd.event.remote
Class RemoteDirectoryEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.crowd.event.remote.RemoteDirectoryEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActiveDirectoryEntityDeletedEvent, RemoteDirectoryMonitorErrorEvent, RemoteEntityCreatedOrUpdatedEvent, RemoteEntityDeletedEvent

public abstract class RemoteDirectoryEvent
extends com.atlassian.event.Event

An event that models an event occuring on a Remote Directory. This events generally represent mutations at the physical directory level. All classes in this package are subclasses of RemoteDirectoryEvent.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected RemoteDirectoryEvent(java.lang.Object source, long directoryID)
           
 
Method Summary
 long getDirectoryID()
           
 
Methods inherited from class com.atlassian.event.Event
equals, hashCode
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteDirectoryEvent

protected RemoteDirectoryEvent(java.lang.Object source,
                               long directoryID)
Method Detail

getDirectoryID

public long getDirectoryID()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.