public class SweSessionListener extends Object implements javax.servlet.http.HttpSessionListener
| Constructor and Description |
|---|
SweSessionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerCopyright © 2009–2017 CodeLutin. All rights reserved.