ISubscribeTask.java 114 Bytes
package com.genersoft.iot.vmp.gb28181.task;

public interface ISubscribeTask extends Runnable{
    void stop();
}