psdi.webclient.system.session

Class SessionTimeoutListener

  • java.lang.Object
    • psdi.webclient.system.session.SessionTimeoutListener
  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener


    public class SessionTimeoutListener
    extends java.lang.Object
    implements javax.servlet.http.HttpSessionBindingListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void valueBound(javax.servlet.http.HttpSessionBindingEvent arg0) 
      void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionTimeoutListener

        public SessionTimeoutListener()
    • 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 event)
        Specified by:
        valueUnbound in interface javax.servlet.http.HttpSessionBindingListener