Class NotificationForgotUsernameEventListener

java.lang.Object
org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<ForgotUsernameEvent>
org.broadleafcommerce.profile.core.event.NotificationForgotUsernameEventListener
All Implemented Interfaces:
EventListener, org.broadleafcommerce.common.event.BroadleafApplicationListener<ForgotUsernameEvent>, org.springframework.context.ApplicationListener<ForgotUsernameEvent>

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

    • ACTIVE_USERNAMES_CONTEXT_KEY

      protected 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

    • NotificationForgotUsernameEventListener

      public NotificationForgotUsernameEventListener()
  • Method Details

    • handleApplicationEvent

      protected void handleApplicationEvent(ForgotUsernameEvent event)
      Specified by:
      handleApplicationEvent in class org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<ForgotUsernameEvent>
    • createContext

      protected Map<String,Object> createContext(ForgotUsernameEvent event)
    • isAsynchronous

      public boolean isAsynchronous()