public interface SipSessionListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(SipSessionEvent se)
Notification that a SipSession was created.
|
void |
sessionDestroyed(SipSessionEvent se)
Notification that a SipSession was destroyed.
|
void |
sessionReadyToInvalidate(SipSessionEvent se)
Notification that a SipSession is in the ready-to-invalidate state.
|
void sessionCreated(SipSessionEvent se)
void sessionDestroyed(SipSessionEvent se)
void sessionReadyToInvalidate(SipSessionEvent se)
se - the notification eventCopyright © 2016. All rights reserved.