com.ibm.ccd.ui.alert.framework
Class AlertUserSessionAgent

java.lang.Object
  extended by com.ibm.ccd.ui.alert.framework.AlertUserSessionAgent
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionBindingListener

public class AlertUserSessionAgent
extends java.lang.Object
implements javax.servlet.http.HttpSessionBindingListener


Constructor Summary
AlertUserSessionAgent()
           
 
Method Summary
 void valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertUserSessionAgent

public AlertUserSessionAgent()
Method Detail

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener