移动检测模块,并优化说明文档

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-09-17 20:24:19 +08:00
parent 451eb965df
commit b4c3a01896
66 changed files with 47 additions and 39 deletions

View File

@@ -1,10 +0,0 @@
package com.mogo.map.check;
/**
* @author liujing
* @description 监听指标发生变化, 通知首页检测入口处预警图标重新渲染
* @since: 8/26/21
*/
public interface IMogoCheckListener {
void updateMonitoringStatus(boolean hasError);
}