Class SpaceWillRemoveEvent

  • All Implemented Interfaces:
    Removing, Serializable

    public class SpaceWillRemoveEvent
    extends SpaceEvent
    implements Removing
    Event published when a space is about to be removed, but has not been removed. This gives plugins and the like the opportunity to clean up after themselves.
    See Also:
    Serialized Form
    • Constructor Detail

      • SpaceWillRemoveEvent

        public SpaceWillRemoveEvent​(Object src,
                                    Space removedSpace,
                                    com.atlassian.core.util.ProgressMeter progressMeter)
    • Method Detail

      • getProgressMeter

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