NIST SIP Parser and Stack (v1.2) API

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.

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