Iwan Lebron
2024-06-10 f6157cc42c048a15f9962653cc957e4a32849bb2
1
2
3
4
5
6
package com.genersoft.iot.vmp.gb28181.transmit;
 
import javax.sip.SipListener;
 
public interface ISIPProcessorObserver extends SipListener {
}