648540858
2023-03-15 bb3f219a61862fe0eb6ee6f79139108c2073a6d8
src/main/java/com/genersoft/iot/vmp/gb28181/task/ISubscribeTask.java
@@ -2,8 +2,9 @@
import javax.sip.DialogState;
/**
 * @author lin
 */
public interface ISubscribeTask extends Runnable{
    void stop();
    DialogState getDialogState();
}