NIST SIP Parser and Stack (v1.2) API

Uses of Interface
gov.nist.javax.sip.stack.SIPTransactionEventListener

Packages that use SIPTransactionEventListener
gov.nist.javax.sip This is the root of the JAIN implementation of SIP.  
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
 

Uses of SIPTransactionEventListener in gov.nist.javax.sip
 

Classes in gov.nist.javax.sip that implement SIPTransactionEventListener
 class SipProviderImpl
          Implementation of the JAIN-SIP provider interface.
 class SipStackImpl
          Implementation of SipStack.
 

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

Classes in gov.nist.javax.sip.stack that implement SIPTransactionEventListener
 class SIPTransactionStack
          Adds a transaction layer to the SIPStack class.
 

Methods in gov.nist.javax.sip.stack with parameters of type SIPTransactionEventListener
 void SIPTransaction.addEventListener(SIPTransactionEventListener newListener)
          Adds a new event listener to this transaction.
 void SIPTransaction.removeEventListener(SIPTransactionEventListener oldListener)
          Removed an event listener from this transaction.
 


NIST SIP Parser and Stack (v1.2) API

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