public interface SipSessionAttributeListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
attributeAdded(SipSessionBindingEvent ev)
Notification that an attribute has been added to a session.
|
void |
attributeRemoved(SipSessionBindingEvent ev)
Notification that an attribute has been removed from a session.
|
void |
attributeReplaced(SipSessionBindingEvent ev)
Notification that an attribute has been replaced in a session.
|
void attributeAdded(SipSessionBindingEvent ev)
void attributeRemoved(SipSessionBindingEvent ev)
void attributeReplaced(SipSessionBindingEvent ev)
Copyright © 2016. All rights reserved.