public class SessionListener extends Object implements HttpSessionListener
| Constructor and Description |
|---|
SessionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(HttpSessionEvent se) |
void |
sessionDestroyed(HttpSessionEvent se) |
public SessionListener()
public void sessionCreated(HttpSessionEvent se)
sessionCreated in interface HttpSessionListenerpublic void sessionDestroyed(HttpSessionEvent se)
sessionDestroyed in interface HttpSessionListenerCopyright © 2005–2016 The Apache Software Foundation. All rights reserved.