NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Interface
javax.sip.SipListener

Packages that use SipListener
gov.nist.javax.sip This is the root of the JAIN implementation of SIP. 
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
javax.sip This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. 
 

Uses of SipListener in gov.nist.javax.sip
 

Subinterfaces of SipListener in gov.nist.javax.sip
 interface SipListenerExt
          This interface extends the SipListener interface and adds the following events to it : DialogTimeoutEvent- these are timeout notifications emitted as events by the SipProvider.
 

Methods in gov.nist.javax.sip that return SipListener
 SipListener SipProviderImpl.getSipListener()
           
 SipListener SipStackImpl.getSipListener()
          Get the listener for the stack.
 

Methods in gov.nist.javax.sip with parameters of type SipListener
 void SipProviderImpl.addSipListener(SipListener sipListener)
           
 void SipProviderImpl.removeSipListener(SipListener sipListener)
           
 

Uses of SipListener in gov.nist.javax.sip.stack
 

Methods in gov.nist.javax.sip.stack that return SipListener
abstract  SipListener SIPTransactionStack.getSipListener()
           
 

Uses of SipListener in javax.sip
 

Methods in javax.sip with parameters of type SipListener
 void SipProvider.addSipListener(SipListener sipListener)
          This method registers the SipListener object to this SipProvider, once registered the SIP Listener recieve events emitted from the SipProvider.
 void SipProvider.removeSipListener(SipListener sipListener)
          Removes the specified SipListener from this SipProvider.
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.