Home | History | Annotate | Download | only in sip

Lines Matching defs:sipListener

133         SipListener sipListener = null;
136 sipListener = ((SipProviderImpl) sipEvent.getSource()).getSipListener();
138 sipListener = sipStack.getSipListener();
223 if (sipListener != null)
224 sipListener.processRequest((RequestEvent) sipEvent);
286 if (sipListener != null) {
291 sipListener.processResponse((ResponseEvent) sipEvent);
373 if (sipListener != null)
374 sipListener.processTimeout((TimeoutEvent) sipEvent);
385 if (sipListener != null && sipListener instanceof SipListenerExt) {
386 sipListener).processDialogTimeout((DialogTimeoutEvent) sipEvent);
397 if (sipListener != null)
398 sipListener.processIOException((IOExceptionEvent) sipEvent);
417 if (sipListener != null)
418 sipListener
426 "Unable to call sipListener.processTransactionTerminated");
432 if (sipListener != null)
433 sipListener
439 "Unable to call sipListener.processDialogTerminated");