Class UserRemoveEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.user.UserEvent
com.atlassian.confluence.event.events.user.UserRemoveEvent
- All Implemented Interfaces:
Removed
,Serializable
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
RemoteDirectorySynchronisedEvent
s.- 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
-
UserRemoveEvent
-