Class UserRemovingEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.user.UserRemovingEvent
All Implemented Interfaces:
Serializable

public class UserRemovingEvent extends ConfluenceEvent
This event is similar to UsersDeletedEvent but it will be fired before user is deleted
Since:
9.3.0
See Also:
  • Constructor Details

    • UserRemovingEvent

      public UserRemovingEvent(Object src, com.atlassian.crowd.model.user.User user)
  • Method Details

    • getUser

      public com.atlassian.crowd.model.user.User getUser()