javax.servlet.sip
Interface SipSessionListener
- All Superinterfaces:
- java.util.EventListener
- public interface SipSessionListener
- extends java.util.EventListener
Implementations of this interface are notified of changes to the list
of active SipSessions in a SIP servlet application. To
recieve notification events, the implementation class must be configured
in the deployment descriptor for the SIP application.
sessionCreated
public void sessionCreated(SipSessionEvent se)
- Notification that a
SipSession was created.
- Parameters:
se - the notification event
sessionDestroyed
public void sessionDestroyed(SipSessionEvent se)
- Notification that a
SipSession was destroyed.
- Parameters:
se - the notification event
SIP Servlet API 1.0