|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SipSessionAttributeListener
This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this SIP servlet application.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 SipSession
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||