SipSessionBindingEvent
The SipSessionBindingEvent class represents events related to the binding or unbinding of attributes within a SipSession. It extends java.util.EventObject and implements java.io.Serializable, making it suitable for distributed environments. These events are triggered when an object is bound to or unbound from a session using the SipSession.setAttribute(String, Object) or SipSession.removeAttribute(String) methods. The events are sent to objects that implement the SipSessionBindingListener interface or to SipSessionAttributeListener implementations configured in the deployment descriptor, which respond to any attribute being added, removed, or replaced in a session. This class allows applications to monitor and handle attribute-level changes within SipSession instances.
Fields:
Fields inherited from class java.util.EventObject:
source.
Sign in to read the full article
Start innovating with Mobius
What's next? Let's talk!