public interface SipApplicationSessionListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(SipApplicationSessionEvent ev)
Notification that a session was created.
|
void |
sessionDestroyed(SipApplicationSessionEvent ev)
Notification that a session was invalidated.
|
void |
sessionExpired(SipApplicationSessionEvent ev)
Notification that an application session has expired.
|
void |
sessionReadyToInvalidate(SipApplicationSessionEvent ev)
Notification that a SipApplicationSession is in the ready-to-invalidate state.
|
void sessionCreated(SipApplicationSessionEvent ev)
void sessionDestroyed(SipApplicationSessionEvent ev)
void sessionExpired(SipApplicationSessionEvent ev)
void sessionReadyToInvalidate(SipApplicationSessionEvent ev)
ev - the notification eventCopyright © 2016. All rights reserved.