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