AttributeStoreBindingListener
Causes an object to be notified when it is bound to or unbound from
a SipSession. The object is notified by an SipSessionBindingEvent
object. This may be as a result of a servlet programmer explicitly
unbinding an attribute from a session, due to a session being invalidated,
or due to a session timing out.@Deprecated public interface SipSessionBindingListener extends EventListener
SipSession
,
SipSessionBindingEvent
Modifier and Type | Method and Description |
---|---|
void |
valueBound(SipSessionBindingEvent event)
Deprecated.
Notifies the object that it is being bound to a session and
identifies the session.
|
void |
valueUnbound(SipSessionBindingEvent event)
Deprecated.
Notifies the object that it is being unbound from a session and
identifies the session.
|
void valueBound(SipSessionBindingEvent event)
event
- the event that identifies the sessionvoid valueUnbound(SipSessionBindingEvent event)
event
- the event that identifies the sessionCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.