Uses of Class
javax.servlet.sip.SipApplicationSessionBindingEvent

Packages that use SipApplicationSessionBindingEvent
javax.servlet.sip   
 

Uses of SipApplicationSessionBindingEvent in javax.servlet.sip
 

Methods in javax.servlet.sip with parameters of type SipApplicationSessionBindingEvent
 void SipApplicationSessionAttributeListener.attributeAdded(SipApplicationSessionBindingEvent ev)
          Notification that an attribute has been added to an application session.
 void SipApplicationSessionAttributeListener.attributeRemoved(SipApplicationSessionBindingEvent ev)
          Notification that an attribute has been removed from an application session.
 void SipApplicationSessionAttributeListener.attributeReplaced(SipApplicationSessionBindingEvent ev)
          Notification that an attribute has been replaced in an application session.
 void SipApplicationSessionBindingListener.valueBound(SipApplicationSessionBindingEvent event)
          Notifies the object that it is being bound to an application session and identifies the application session.
 void SipApplicationSessionBindingListener.valueUnbound(SipApplicationSessionBindingEvent event)
          Notifies the object that it is being unbound from an application session and identifies the application session.
 



Copyright © 2012. All Rights Reserved.