Class AdminNotificationForgotUsernameEventListener

java.lang.Object
org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotUsernameEvent>
org.broadleafcommerce.admin.event.AdminNotificationForgotUsernameEventListener
All Implemented Interfaces:
EventListener, org.broadleafcommerce.common.event.BroadleafApplicationListener<AdminForgotUsernameEvent>, org.springframework.context.ApplicationListener<AdminForgotUsernameEvent>

@Component("blAdminNotificationForgotUsernameEventListener") public class AdminNotificationForgotUsernameEventListener extends org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotUsernameEvent>
Author:
Nick Crum ncrum
  • Field Details

    • ACTIVE_USERNAMES_CONTEXT_KEY

      public static final String ACTIVE_USERNAMES_CONTEXT_KEY
      See Also:
    • LOG

      protected final org.apache.commons.logging.Log LOG
    • notificationDispatcher

      @Autowired @Qualifier("blNotificationDispatcher") protected org.broadleafcommerce.common.notification.service.NotificationDispatcher notificationDispatcher
  • Constructor Details

    • AdminNotificationForgotUsernameEventListener

      public AdminNotificationForgotUsernameEventListener()
  • Method Details