public class SessionListener
extends java.lang.Object
implements javax.servlet.http.HttpSessionListener
Constructor and Description |
---|
SessionListener() |
Modifier and Type | Method and Description |
---|---|
void |
handleSessionTimeout(javax.servlet.http.HttpSession session) |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
public void handleSessionTimeout(javax.servlet.http.HttpSession session)
Copyright © 2004-2014 The YAWL Foundation.