|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserEventListener
The UserEventListener listens for all UserEvents.
UserEvent| Method Summary | |
|---|---|
void |
userCannotChangePassword(UserEvent event)
Fired when a user tries to change their password, and the password cannot be updated |
void |
userCreated(UserEvent event)
Fired when a user is created automatically |
void |
userForgotPassword(UserEvent event)
Fired when a user indicates they have forgotten their password |
void |
userForgotUsername(UserEvent event)
Fired when a user indicates they have forgotten their username |
void |
userSignup(UserEvent event)
Fired when a user signs up manually |
| Methods inherited from interface com.atlassian.jira.event.JiraListener |
|---|
getAcceptedParams, getDescription, init, isInternal, isUnique |
| Method Detail |
|---|
void userSignup(UserEvent event)
event - the event in playvoid userCreated(UserEvent event)
event - the event in playvoid userForgotPassword(UserEvent event)
event - the event in playvoid userForgotUsername(UserEvent event)
event - the event in playvoid userCannotChangePassword(UserEvent event)
event - the event in play
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||