egovframework.rfc3.common.util
Class ClientBindingListener

java.lang.Object
  extended by egovframework.rfc3.common.util.ClientBindingListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionBindingListener

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


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

Constructor Detail

ClientBindingListener

public ClientBindingListener()
Method Detail

valueBound

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

valueUnbound

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