com.atlassian.confluence.event.events.admin
Class ImportFinishedEvent

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.event.events.admin.ImportFinishedEvent
All Implemented Interfaces:
ClusterEvent, Serializable

public class ImportFinishedEvent
extends ConfluenceEvent
implements ClusterEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ImportFinishedEvent(Object src, ImportContext importContext)
           
 
Method Summary
 ImportContext getImportContext()
           
 
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

ImportFinishedEvent

public ImportFinishedEvent(Object src,
                           ImportContext importContext)
Method Detail

getImportContext

public ImportContext getImportContext()


Copyright © 2003-2013 Atlassian. All Rights Reserved.