org.atmosphere.cpr
Class SessionSupport

java.lang.Object
  extended by org.atmosphere.cpr.SessionSupport
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

public class SessionSupport
extends Object
implements javax.servlet.http.HttpSessionListener


Constructor Summary
SessionSupport()
           
 
Method Summary
 void sessionCreated(javax.servlet.http.HttpSessionEvent se)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionSupport

public SessionSupport()
Method Detail

sessionCreated

public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener


Copyright © 2013. All Rights Reserved.