Home
last modified time | relevance | path

Searched refs:newErrorEvent (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransaction.java794 SIPTransactionErrorEvent newErrorEvent; in raiseErrorEvent() local
801 newErrorEvent = new SIPTransactionErrorEvent(this, errorEventID); in raiseErrorEvent()
810 nextListener.transactionErrorEvent(newErrorEvent); in raiseErrorEvent()
DSIPDialog.java682 SIPDialogErrorEvent newErrorEvent; in raiseErrorEvent() local
689 newErrorEvent = new SIPDialogErrorEvent(this, dialogTimeoutError); in raiseErrorEvent()
697 nextListener.dialogErrorEvent(newErrorEvent); in raiseErrorEvent()