xiaoxie
2022-04-28 e0d641064aac2988d270cc71197da430922aa309
1
2
3
4
5
6
package com.genersoft.iot.vmp.gb28181.transmit;
 
import javax.sip.SipListener;
 
public interface ISIPProcessorObserver extends SipListener {
}