| Package | Description |
|---|---|
| javax.servlet.sip |
| Modifier and Type | Method and Description |
|---|---|
void |
SipApplicationSessionAttributeListener.attributeAdded(SipApplicationSessionBindingEvent ev)
Notification that an attribute has been added to an application session.
|
void |
SipApplicationSessionAttributeListener.attributeRemoved(SipApplicationSessionBindingEvent ev)
Notification that an attribute has been removed from an application session.
|
void |
SipApplicationSessionAttributeListener.attributeReplaced(SipApplicationSessionBindingEvent ev)
Notification that an attribute has been replaced in an application session.
|
void |
SipApplicationSessionBindingListener.valueBound(SipApplicationSessionBindingEvent event)
Notifies the object that it is being bound to an application session and identifies the application session.
|
void |
SipApplicationSessionBindingListener.valueUnbound(SipApplicationSessionBindingEvent event)
Notifies the object that it is being unbound from an application session and identifies the application session.
|
Copyright © 2016. All rights reserved.