public abstract class DefaultHttpSessionListener extends Object implements HttpSessionListener
| Constructor and Description | 
|---|
| DefaultHttpSessionListener() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | sessionCreated(HttpSessionEvent se) | 
| void | sessionDestroyed(HttpSessionEvent se) | 
public void sessionCreated(HttpSessionEvent se)
sessionCreated in interface HttpSessionListenerpublic void sessionDestroyed(HttpSessionEvent se)
sessionDestroyed in interface HttpSessionListenerCopyright © 2012–2020 OmniFaces. All rights reserved.