AttributeStoreListener
This listener interface can be implemented in order to get
notifications of changes to the attribute lists of sessions
within this SIP servlet application.@Deprecated public interface SipSessionAttributeListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
attributeAdded(SipSessionBindingEvent ev)
Deprecated.
Notification that an attribute has been added to a session.
|
void |
attributeRemoved(SipSessionBindingEvent ev)
Deprecated.
Notification that an attribute has been removed from a session.
|
void |
attributeReplaced(SipSessionBindingEvent ev)
Deprecated.
Notification that an attribute has been replaced in a session.
|
void attributeAdded(SipSessionBindingEvent ev)
ev - event identifying the affected SipSessionvoid attributeRemoved(SipSessionBindingEvent ev)
ev - event identifying the affected SipSessionvoid attributeReplaced(SipSessionBindingEvent ev)
ev - event identifying the affected SipSessionCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.