gov.nist.javax.sip.stack
インタフェース SIPTransactionEventListener

すべてのスーパーインタフェース:
java.util.EventListener
既知の実装クラスの一覧:
SipProviderImpl, SipStackImpl, SIPTransactionStack

public interface SIPTransactionEventListener
extends java.util.EventListener

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

バージョン:
JAIN-SIP-1.1 $Revision: 1.4 $ $Date: 2004/01/22 13:26:33 $
作成者:
Jeff Keyser

メソッドの概要
 void transactionErrorEvent(SIPTransactionErrorEvent transactionErrorEvent)
          Invoked when an error has ocurred with a transaction.
 

メソッドの詳細

transactionErrorEvent

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

パラメータ:
transactionErrorEvent - Error event.