Class AsmSessionEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<SessionEvent>
-
- de.hybris.platform.assistedservicefacades.event.AsmSessionEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<SessionEvent>
public class AsmSessionEventListener extends AbstractEventListener<SessionEvent>
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.log4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description AsmSessionEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerSupportEventServicegetCustomerSupportEventService()protected 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
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(SessionEvent sessionEventData)
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
public CustomerSupportEventService getCustomerSupportEventService()
-
setCustomerSupportEventService
public void setCustomerSupportEventService(CustomerSupportEventService customerSupportEventService)
-
-