public class SipSessionEvent extends EventObject
SipSession
s 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, toString
public 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.