javax.servlet.http
Class HttpSessionBindingEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.servlet.http.HttpSessionEvent
          extended by javax.servlet.http.HttpSessionBindingEvent
All Implemented Interfaces:
java.io.Serializable

public class HttpSessionBindingEvent
extends HttpSessionEvent

An object addition or removal notification

Author:
Rick Knowles
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HttpSessionBindingEvent(HttpSession session, java.lang.String name)
           
HttpSessionBindingEvent(HttpSession session, java.lang.String name, java.lang.Object value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 
Methods inherited from class javax.servlet.http.HttpSessionEvent
getSession
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpSessionBindingEvent

public HttpSessionBindingEvent(HttpSession session,
                               java.lang.String name)

HttpSessionBindingEvent

public HttpSessionBindingEvent(HttpSession session,
                               java.lang.String name,
                               java.lang.Object value)
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.Object getValue()


Copyright © 2013. All Rights Reserved.