Class UserRemoveEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
Removed, Serializable

public class UserRemoveEvent extends UserEvent implements Removed
Event sent when a user is removed in Confluence. Note that this event is not sent when a user is discovered during synchronisation with a remote directory, due to the volume of events that would be triggered by this. If it's important for your code to know when any users are created/removed, you should also listen for RemoteDirectorySynchronisedEvents.
See Also:
  • Constructor Details

    • UserRemoveEvent

      public UserRemoveEvent(Object src, com.atlassian.user.User user)