public class SipSessionBindingEvent extends EventObject
SipSession, SipSessionBindingListener, SipSessionAttributeListener,
Serialized Formsource| Constructor and Description |
|---|
SipSessionBindingEvent(SipSession session,
String name)
Constructs an event that notifies an object that it has been bound to or unbound from a session.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name with which the object is bound to or unbound from the session.
|
SipSession |
getSession()
Returns the session to or from which the object is bound or unbound.
|
getSource, toStringpublic SipSessionBindingEvent(SipSession session, String name)
session - the session to which the object is bound or unboundname - the name with which the object is bound or unboundpublic String getName()
public SipSession getSession()
Copyright © 2016. All Rights Reserved.