public class SipSessionEvent extends EventObject
SipSessions within a SIP servlet application.source| Constructor and Description |
|---|
SipSessionEvent(SipSession source)
Construct a session event from the given source.
|
| Modifier and Type | Method and Description |
|---|---|
SipSession |
getSession()
Returns the session that changed.
|
getSource, toStringpublic SipSessionEvent(SipSession source)
source - the affected SipSession objectpublic SipSession getSession()
SipSession objectCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.