package com.genersoft.iot.vmp.gb28181.task; public interface ISubscribeTask extends Runnable{ void stop(); }