com.atlassian.confluence.user.crowd
Class ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.confluence.event.events.ConfluenceEvent
                  extended by com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryEvent
                      extended by com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent
All Implemented Interfaces:
ClusterEvent, Serializable
Enclosing class:
ConfluenceDirectoryEventListener

public static class ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent
extends ConfluenceDirectoryEventListener.ClusterDirectoryEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.confluence.user.crowd.ConfluenceDirectoryEventListener.ClusterDirectoryEvent
directory
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent(Object source, com.atlassian.crowd.event.directory.DirectoryUpdatedEvent wrappedEvent)
           
 
Method Summary
 com.atlassian.crowd.event.directory.DirectoryUpdatedEvent getRepublishedEvent()
          Creates a copy of the event with a null source for republishing locally.
 
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

ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent

public ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent(Object source,
                                                                     com.atlassian.crowd.event.directory.DirectoryUpdatedEvent wrappedEvent)
Method Detail

getRepublishedEvent

public com.atlassian.crowd.event.directory.DirectoryUpdatedEvent getRepublishedEvent()
Description copied from class: ConfluenceDirectoryEventListener.ClusterDirectoryEvent
Creates a copy of the event with a null source for republishing locally.

Specified by:
getRepublishedEvent in class ConfluenceDirectoryEventListener.ClusterDirectoryEvent


Copyright © 2003-2012 Atlassian. All Rights Reserved.