Class SessionListener

java.lang.Object
sk.iway.iwcm.stat.SessionListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

public class SessionListener extends Object implements javax.servlet.http.HttpSessionListener
zachytava vytvorenie a zrusenie session
  • Constructor Details

    • SessionListener

      public SessionListener()
      Constructor for the SessionListener object
  • Method Details

    • sessionCreated

      public void sessionCreated(javax.servlet.http.HttpSessionEvent hse)
      Description of the Method
      Specified by:
      sessionCreated in interface javax.servlet.http.HttpSessionListener
      Parameters:
      hse - Description of the Parameter
    • sessionDestroyed

      public void sessionDestroyed(javax.servlet.http.HttpSessionEvent hse)
      Description of the Method
      Specified by:
      sessionDestroyed in interface javax.servlet.http.HttpSessionListener
      Parameters:
      hse - Description of the Parameter