Package sk.iway.iwcm.stat
Class SessionListener
java.lang.Object
sk.iway.iwcm.stat.SessionListener
- All Implemented Interfaces:
EventListener,javax.servlet.http.HttpSessionListener
zachytava vytvorenie a zrusenie session
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsessionCreated(javax.servlet.http.HttpSessionEvent hse) Description of the MethodvoidsessionDestroyed(javax.servlet.http.HttpSessionEvent hse) Description of the Method
-
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:
sessionCreatedin interfacejavax.servlet.http.HttpSessionListener- Parameters:
hse- Description of the Parameter
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent hse) Description of the Method- Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener- Parameters:
hse- Description of the Parameter
-