Class JakartaHttpSessionListener

  • All Implemented Interfaces:
    jakarta.servlet.http.HttpSessionListener, EventListener

    public class JakartaHttpSessionListener
    extends Object
    implements jakarta.servlet.http.HttpSessionListener
    Adapts HttpSessionListener to HttpSessionListener.
    Author:
    Radoslav Husar
    • Constructor Detail

      • JakartaHttpSessionListener

        public JakartaHttpSessionListener​(HttpSessionListener sessionListener)
    • Method Detail

      • sessionCreated

        public void sessionCreated​(jakarta.servlet.http.HttpSessionEvent se)
        Specified by:
        sessionCreated in interface jakarta.servlet.http.HttpSessionListener
      • sessionDestroyed

        public void sessionDestroyed​(jakarta.servlet.http.HttpSessionEvent se)
        Specified by:
        sessionDestroyed in interface jakarta.servlet.http.HttpSessionListener
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object