Class AsmSessionEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<SessionEvent>
de.hybris.platform.assistedservicefacades.event.AsmSessionEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<SessionEvent>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonEvent(SessionEvent sessionEventData) This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetCustomerSupportEventService(CustomerSupportEventService customerSupportEventService) Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Field Details
-
logger
protected static final org.apache.log4j.Logger logger
-
-
Constructor Details
-
AsmSessionEventListener
public AsmSessionEventListener()
-
-
Method Details
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<SessionEvent>- Parameters:
sessionEventData- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getCustomerSupportEventService
-
setCustomerSupportEventService
-