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

gov.nist.javax.sip.stack
Interface SIPTransactionEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
SipProviderImpl, SIPTransactionStack

public interface SIPTransactionEventListener
extends EventListener

Interface implemented by classes that want to be notified of asynchronous transacion events.

Version:
1.2 $Revision: 1.6 $ $Date: 2006/07/13 09:01:03 $
Author:
Jeff Keyser

Method Summary
 void transactionErrorEvent(SIPTransactionErrorEvent transactionErrorEvent)
          Invoked when an error has ocurred with a transaction.
 

Method Detail

transactionErrorEvent

public void transactionErrorEvent(SIPTransactionErrorEvent transactionErrorEvent)
Invoked when an error has ocurred with a transaction.

Parameters:
transactionErrorEvent - Error event.

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.