public interface SipApplicationSessionActivationListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
sessionDidActivate(SipApplicationSessionEvent se)
Notification that the application session has just been activated.
|
void |
sessionWillPassivate(SipApplicationSessionEvent se)
Notification that the application session is about to be passivated.
|
void sessionWillPassivate(SipApplicationSessionEvent se)
se - event identifying the application session about to be persistedvoid sessionDidActivate(SipApplicationSessionEvent se)
se - event identifying the activated application sessionCopyright © 2014. All Rights Reserved.