org.apache.struts2.showcase.chat
Class ChatSessionListener
java.lang.Object
org.apache.struts2.showcase.chat.ChatSessionListener
- All Implemented Interfaces:
- EventListener, javax.servlet.http.HttpSessionListener
public class ChatSessionListener
- extends Object
- implements javax.servlet.http.HttpSessionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChatSessionListener
public ChatSessionListener()
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
- Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
- Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.