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 TypeMethodDescriptionvoid
sessionCreated
(javax.servlet.http.HttpSessionEvent hse) Description of the Methodvoid
sessionDestroyed
(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:
sessionCreated
in 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:
sessionDestroyed
in interfacejavax.servlet.http.HttpSessionListener
- Parameters:
hse
- Description of the Parameter
-