Package org.apache.activemq.web
Class SessionListener
- java.lang.Object
-
- org.apache.activemq.web.SessionListener
-
- All Implemented Interfaces:
EventListener,HttpSessionListener
public class SessionListener extends Object implements HttpSessionListener
-
-
Constructor Summary
Constructors Constructor Description SessionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsessionCreated(HttpSessionEvent se)voidsessionDestroyed(HttpSessionEvent se)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(HttpSessionEvent se)
- Specified by:
sessionCreatedin interfaceHttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent se)
- Specified by:
sessionDestroyedin interfaceHttpSessionListener
-
-