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