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

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 implements the main protocol abstractions that are defined by the SIP RFC 3261. 
 

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
          This is the sip stack.
 

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: 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.