Package | Description |
---|---|
javax.servlet.http |
Modifier and Type | Method | Description |
---|---|---|
void |
HttpSessionBindingListener.valueBound(HttpSessionBindingEvent event) |
Notifies the object that it is being bound to
a session and identifies the session.
|
void |
HttpSessionBindingListener.valueUnbound(HttpSessionBindingEvent event) |
Notifies the object that it is being unbound
from a session and identifies the session.
|
Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.