public interface UserListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
userAdded(UserEvent e)
Invoked when a new User has been added to the server.
|
void |
userChanged(UserEvent e)
Invoked when an existing User has been modified on the server.
|
void |
userDeleted(UserEvent e)
Invoked when an existing User has been deleted on the server.
|
void userAdded(UserEvent e)
e
- The corresponding User event.void userChanged(UserEvent e)
Note that a UserEvent is triggered whenever any information about the user is changed, including information that is accessible only via a UserAccount object. UserAccount information is not included in the UserEvent.
e
- The corresponding User event.void userDeleted(UserEvent e)
e
- The corresponding User event. In this case, the User will have
been marked deleted.User.isDeleted()
StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.