com.atlassian.confluence.event.events.space
Class SpaceContentWillRemoveEvent

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.space.SpaceEvent
                      extended by com.atlassian.confluence.event.events.space.SpaceContentWillRemoveEvent
All Implemented Interfaces:
Removing, java.io.Serializable

public class SpaceContentWillRemoveEvent
extends SpaceEvent
implements Removing

Event published when a space's content (pages, blog-posts) is about to be removed, but has not been removed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.confluence.event.events.space.SpaceEvent
space
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SpaceContentWillRemoveEvent(java.lang.Object src, Space removedSpace, com.atlassian.core.util.ProgressMeter progressMeter)
           
 
Method Summary
 com.atlassian.core.util.ProgressMeter getProgressMeter()
           
 
Methods inherited from class com.atlassian.confluence.event.events.space.SpaceEvent
equals, getSpace, 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

SpaceContentWillRemoveEvent

public SpaceContentWillRemoveEvent(java.lang.Object src,
                                   Space removedSpace,
                                   com.atlassian.core.util.ProgressMeter progressMeter)
Method Detail

getProgressMeter

public com.atlassian.core.util.ProgressMeter getProgressMeter()


Copyright © 2003-2014 Atlassian. All Rights Reserved.