Package org.xbricks.heimdall.listener
Class RegistrationListener
java.lang.Object
org.xbricks.heimdall.listener.RegistrationListener
- All Implemented Interfaces:
EventListener
,org.springframework.context.ApplicationListener<OnRegistrationCompleteEvent>
@Component
public class RegistrationListener
extends Object
implements org.springframework.context.ApplicationListener<OnRegistrationCompleteEvent>
-
Constructor Summary
ConstructorDescriptionRegistrationListener
(UserService service, org.springframework.context.MessageSource messages, org.springframework.mail.javamail.JavaMailSender mailSender, org.springframework.core.env.Environment env) -
Method Summary
-
Constructor Details
-
RegistrationListener
public RegistrationListener(UserService service, org.springframework.context.MessageSource messages, org.springframework.mail.javamail.JavaMailSender mailSender, org.springframework.core.env.Environment env)
-
-
Method Details
-
onApplicationEvent
- Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<OnRegistrationCompleteEvent>
-