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 HttpSessionListener
public void sessionDestroyed(HttpSessionEvent se)
sessionDestroyed
in interface HttpSessionListener
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.