@AsynchronousPreferred public class UserRemoveCompletedEvent extends UserEvent implements Removed
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.
source
Constructor and Description |
---|
UserRemoveCompletedEvent(Object src,
com.atlassian.user.User user) |
equals, hashCode
getSource, toString
public UserRemoveCompletedEvent(Object src, com.atlassian.user.User user)
Copyright © 2003–2021 Atlassian. All rights reserved.