Home | History | Annotate | Download | only in sip

Lines Matching defs:sipListener

63 import javax.sip.SipListener;
194 * Dialog forming Transaction). If set to true, the SipListener will get a DialogTerminatedEvent
453 SipListener sipListener;
510 this.sipListener = null;
1177 // sipProviderImpl.sipListener!=null
1179 // sipProviderImpl.sipListener = null;
1182 "SipProvider still has an associated SipListener!");
1305 * provider. The SipListener is application code.
1307 * @return -- the stack SipListener
1310 public SipListener getSipListener() {
1311 return this.sipListener;