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