SaltFish
2022-03-01 bb1fada32cdd9c563c3c526d39adbaabbc6a1b2b
1
2
3
4
5
6
package com.genersoft.iot.vmp.gb28181.transmit;
 
import javax.sip.SipListener;
 
public interface ISIPProcessorObserver extends SipListener {
}