Class BaseSiteBeforeSessionCloseListener

All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<BeforeSessionCloseEvent>

public class BaseSiteBeforeSessionCloseListener extends AbstractBaseSiteAfterSessionEventListener<BeforeSessionCloseEvent>
This listener removes the site of the currently logged-in user in the SessionContext.
  • Constructor Details

    • BaseSiteBeforeSessionCloseListener

      public BaseSiteBeforeSessionCloseListener()
  • Method Details