Class UserAddedNotificationListener
java.lang.Object
com.atlassian.crowd.event.listener.UserAddedNotificationListener
Listener responsible for handling
UserAddedNotificationEvent
's
by calling UserAddedNotificationMailer
to send a notification email to the created user.- Since:
- 5.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionUserAddedNotificationListener
(UserAddedNotificationMailer userAddedNotificationMailer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(UserAddedNotificationEvent userAddedNotificationEvent)
-
Constructor Details
-
UserAddedNotificationListener
-
-
Method Details
-
handleEvent
-