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

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.ClusterDirectoryDeletedEvent
All Implemented Interfaces:
ClusterEvent, Serializable
Enclosing class:
ConfluenceDirectoryEventListener

public static class ConfluenceDirectoryEventListener.ClusterDirectoryDeletedEvent
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.ClusterDirectoryDeletedEvent(Object source, com.atlassian.crowd.event.directory.DirectoryDeletedEvent wrappedEvent)
           
 
Method Summary
 com.atlassian.crowd.event.directory.DirectoryDeletedEvent 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.ClusterDirectoryDeletedEvent

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

getRepublishedEvent

public com.atlassian.crowd.event.directory.DirectoryDeletedEvent 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.