javax.servlet.http
public interface HttpSessionListener extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
sessionCreated(HttpSessionEvent se) |
void |
sessionDestroyed(HttpSessionEvent se) |
void sessionCreated(HttpSessionEvent se)
void sessionDestroyed(HttpSessionEvent se)
Copyright © 2014. All Rights Reserved.