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>

public class AsmSessionEventListener extends AbstractEventListener<SessionEvent>
  • Field Details

    • logger

      protected static final org.apache.log4j.Logger logger
  • Constructor Details

    • AsmSessionEventListener

      public AsmSessionEventListener()
  • Method Details

    • onEvent

      protected void onEvent(SessionEvent sessionEventData)
      Description copied from class: AbstractEventListener
      This method is called by ApplicationListener.onApplicationEvent(ApplicationEvent) and processes the given event.
      Specified by:
      onEvent in class AbstractEventListener<SessionEvent>
      Parameters:
      sessionEventData - the event to be processed
      See Also:
      • ApplicationListener.onApplicationEvent(ApplicationEvent)
    • getCustomerSupportEventService

      public CustomerSupportEventService getCustomerSupportEventService()
    • setCustomerSupportEventService

      public void setCustomerSupportEventService(CustomerSupportEventService customerSupportEventService)