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 Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected final org.apache.commons.logging.Logprotected org.broadleafcommerce.common.notification.service.NotificationDispatcherFields inherited from class org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener
currencyService, localeService, siteService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbooleanMethods inherited from class org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener
getCatalog, getCurrency, getLocale, getProfile, getSite, getTimeZone, onApplicationEvent
-
Field Details
-
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
-
handleApplicationEvent
- Specified by:
handleApplicationEventin classorg.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotUsernameEvent>
-
createContext
-
isAsynchronous
public boolean isAsynchronous()
-