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 HttpSessionListener
public void sessionDestroyed(HttpSessionEvent se)
sessionDestroyed
in interface HttpSessionListener
Copyright © 2012–2020 OmniFaces. All rights reserved.