javax.servlet.sip
Interface SipSessionAttributeListener
- All Superinterfaces:
- java.util.EventListener
- public interface SipSessionAttributeListener
- extends java.util.EventListener
This listener interface can be implemented in order to get
notifications of changes to the attribute lists of sessions
within this SIP servlet application.
attributeAdded
public void attributeAdded(SipSessionBindingEvent ev)
- Notification that an attribute has been added to a session.
Called after the attribute is added.
- Parameters:
ev
- event identifying the affected SipSession
attributeRemoved
public void attributeRemoved(SipSessionBindingEvent ev)
- Notification that an attribute has been removed from a session.
Called after the attribute is removed.
- Parameters:
ev
- event identifying the affected SipSession
attributeReplaced
public void attributeReplaced(SipSessionBindingEvent ev)
- Notification that an attribute has been replaced in a session.
Called after the attribute is replaced.
- Parameters:
ev
- event identifying the affected SipSession
SIP Servlet API 1.0