javax.servlet.http
Class HttpSessionBindingEvent
java.lang.Object
java.util.EventObject
javax.servlet.http.HttpSessionEvent
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
Fields inherited from class java.util.EventObject |
source |
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 |
HttpSessionBindingEvent
public HttpSessionBindingEvent(HttpSession session,
java.lang.String name)
HttpSessionBindingEvent
public HttpSessionBindingEvent(HttpSession session,
java.lang.String name,
java.lang.Object value)
getName
public java.lang.String getName()
getValue
public java.lang.Object getValue()
Copyright © 2013. All Rights Reserved.