public interface SipSessionActivationListener extends EventListener
SipSessionActivationListener
.Modifier and Type | Method and Description |
---|---|
void |
sessionDidActivate(SipSessionEvent se)
Notification that the session has just been activated.
|
void |
sessionWillPassivate(SipSessionEvent se)
Notification that the session is about to be passivated.
|
void sessionWillPassivate(SipSessionEvent se)
se
- event identifying the session about to be persistedvoid sessionDidActivate(SipSessionEvent se)
se
- event identifying the activated sessionCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.