public class SipApplicationSessionBindingEvent extends EventObject
SipApplicationSession, SipApplicationSessionBindingListener, SipApplicationSessionAttributeListener,
Serialized Formsource| Constructor and Description |
|---|
SipApplicationSessionBindingEvent(SipApplicationSession session,
String name)
Constructs an event that notifies an object that it has been bound to or unbound from an application session.
|
| Modifier and Type | Method and Description |
|---|---|
SipApplicationSession |
getApplicationSession()
Returns the application session to or from which the object is bound or unbound.
|
String |
getName()
Returns the name with which the object is bound to or unbound from the application session.
|
getSource, toStringpublic SipApplicationSessionBindingEvent(SipApplicationSession session, String name)
session - - the application ession to which the object is bound or unboundname - the name with which the object is bound or unboundpublic SipApplicationSession getApplicationSession()
public String getName()
Copyright © 2016. All rights reserved.