Uses of Class
com.atlassian.jira.event.user.UserEvent

Packages that use UserEvent
com.atlassian.jira.event.user   
 

Uses of UserEvent in com.atlassian.jira.event.user
 

Methods in com.atlassian.jira.event.user with parameters of type UserEvent
 void UserEventListener.userCannotChangePassword(UserEvent event)
          Fired when a user tries to change their password, and the password cannot be updated
 void UserEventListener.userCreated(UserEvent event)
          Fired when a user is created automatically
 void UserEventListener.userForgotPassword(UserEvent event)
          Fired when a user indicates they have forgotten their password
 void UserEventListener.userForgotUsername(UserEvent event)
          Fired when a user indicates they have forgotten their username
 void UserEventListener.userSignup(UserEvent event)
          Fired when a user signs up manually
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.