public class TestHttpSessionListener extends Object implements javax.servlet.http.HttpSessionListener
| Constructor and Description |
|---|
TestHttpSessionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent hsc) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent hsc) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent hsc)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent hsc)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerCopyright © 2008–2016 CDI TCK. All rights reserved.