|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SipApplicationSessionAttributeListener
This listener interface can be implemented in order to get notifications of changes to the attribute lists of application sessions.
| Method Summary | |
|---|---|
void |
attributeAdded(SipApplicationSessionBindingEvent ev)
Notification that an attribute has been added to an application session. |
void |
attributeRemoved(SipApplicationSessionBindingEvent ev)
Notification that an attribute has been removed from an application session. |
void |
attributeReplaced(SipApplicationSessionBindingEvent ev)
Notification that an attribute has been replaced in an application session. |
| Method Detail |
|---|
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 SipApplicationSession
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||