Class HttpSessionDestroyedEventListener

java.lang.Object
com.hack23.cia.web.impl.ui.application.web.listener.HttpSessionDestroyedEventListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.security.web.session.HttpSessionDestroyedEvent>

@Service public final class HttpSessionDestroyedEventListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.security.web.session.HttpSessionDestroyedEvent>
The Class HttpSessionDestroyedEventListener.
  • Constructor Details

    • HttpSessionDestroyedEventListener

      public HttpSessionDestroyedEventListener()
      Instantiates a new http session destroyed event listener.
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.security.web.session.HttpSessionDestroyedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.security.web.session.HttpSessionDestroyedEvent>