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

public class GroupRemovingEvent extends ConfluenceEvent
This event is similar to GroupDeletedEvent but it will be fired before the group is deleted
Since:
9.3.0
See Also:
  • Constructor Details

    • GroupRemovingEvent

      public GroupRemovingEvent(Object src, com.atlassian.crowd.model.group.Group group)
  • Method Details

    • getGroup

      public com.atlassian.crowd.model.group.Group getGroup()