SipSessionActivationListener
public interface SipSessionStateListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
sessionDidActivate(javax.servlet.sip.SipSessionEvent se)
Deprecated.
Notification that the session has just been activated.
|
void |
sessionWillPassivate(javax.servlet.sip.SipSessionEvent se)
Deprecated.
Notification that the session is about to be passivated.
|
void sessionWillPassivate(javax.servlet.sip.SipSessionEvent se)
se
- event identifying the session about to be persistedvoid sessionDidActivate(javax.servlet.sip.SipSessionEvent se)
se
- event identifying the activated session