Class NotificationForgotUsernameEventListener
java.lang.Object
org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<ForgotUsernameEvent>
org.broadleafcommerce.profile.core.event.NotificationForgotUsernameEventListener
- All Implemented Interfaces:
EventListener,BroadleafApplicationListener<ForgotUsernameEvent>,org.springframework.context.ApplicationListener<ForgotUsernameEvent>
@Component("blNotificationForgotUsernameEventListener")
public class NotificationForgotUsernameEventListener
extends AbstractBroadleafApplicationEventListener<ForgotUsernameEvent>
- Author:
- Nick Crum ncrum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected final org.apache.commons.logging.Logprotected NotificationDispatcherFields inherited from class org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener
currencyService, localeService, siteService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext(ForgotUsernameEvent event) protected 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 NotificationDispatcher notificationDispatcher
-
-
Constructor Details
-
NotificationForgotUsernameEventListener
public NotificationForgotUsernameEventListener()
-
-
Method Details
-
handleApplicationEvent
- Specified by:
handleApplicationEventin classAbstractBroadleafApplicationEventListener<ForgotUsernameEvent>
-
createContext
-
isAsynchronous
public boolean isAsynchronous()
-