Class GroupRemovingEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.group.GroupRemovingEvent
- All Implemented Interfaces:
Serializable
This event is similar to
GroupDeletedEvent
but it will be fired before the group is deleted- Since:
- 9.3.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
GroupRemovingEvent
-
-
Method Details
-
getGroup
public com.atlassian.crowd.model.group.Group getGroup()
-