Class LegacyLoginSuccessfulEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<LegacyLoginSuccessfulEvent>
de.hybris.platform.servicelayer.user.listener.LegacyLoginSuccessfulEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<LegacyLoginSuccessfulEvent>
public class LegacyLoginSuccessfulEventListener
extends AbstractEventListener<LegacyLoginSuccessfulEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetUserAuditLoginStrategy(UserAuditLoginStrategy userAuditLoginStrategy) Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
LegacyLoginSuccessfulEventListener
public LegacyLoginSuccessfulEventListener()
-
-
Method Details
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<LegacyLoginSuccessfulEvent>- Parameters:
event- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
setUserAuditLoginStrategy
-