Class 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 Detail

      • logger

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

      • AsmSessionEventListener

        public AsmSessionEventListener()
    • Method Detail

      • 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)
      • setCustomerSupportEventService

        public void setCustomerSupportEventService​(CustomerSupportEventService customerSupportEventService)