java.util.EventListener, javax.servlet.http.HttpSessionListenerpublic class WsSessionListener
extends java.lang.Object
implements javax.servlet.http.HttpSessionListener
| Constructor | Description |
|---|---|
WsSessionListener(WsServerContainer wsServerContainer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
Notification that a session is about to be invalidated.
|
public WsSessionListener(WsServerContainer wsServerContainer)
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
javax.servlet.http.HttpSessionListenersessionDestroyed in interface javax.servlet.http.HttpSessionListenerse - the notification eventCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.