Class RegistrationEventListener

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<RegisterEvent>

    public class RegistrationEventListener
    extends AbstractEventListener<RegisterEvent>
    • Constructor Detail

      • RegistrationEventListener

        public RegistrationEventListener()
    • Method Detail

      • onEvent

        protected void onEvent​(RegisterEvent event)
        Description copied from class: AbstractEventListener
        This method is called by ApplicationListener.onApplicationEvent(ApplicationEvent) and processes the given event.
        Specified by:
        onEvent in class AbstractEventListener<RegisterEvent>
        Parameters:
        event - the event to be processed
        See Also:
        ApplicationListener.onApplicationEvent(ApplicationEvent)
      • setClickStreamService

        public void setClickStreamService​(ClickStreamService clickStreamService)
      • setUserContextService

        public void setUserContextService​(UserContextService userContextService)