public interface ProtocolSessionObserver
Modifier and Type | Interface and Description |
---|---|
static class |
ProtocolSessionObserver.Event
Event enum.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
inform(ProtocolSessionAdapter<T> adapter,
javax.servlet.sip.SipApplicationSession session,
ProtocolSessionObserver.Event event)
Inform the observer about the changes to the
protocol session.
|
<T> void inform(ProtocolSessionAdapter<T> adapter, javax.servlet.sip.SipApplicationSession session, ProtocolSessionObserver.Event event)
adapter
- - Adapter to the protocol session.session
- - The application session.event
- - Event that caused the change to protocol session.