[add] 首页监听车辆监控状态,修改检测入口预警标识的显示状态
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.mogo.map.check;
|
||||
|
||||
/**
|
||||
* @author liujing
|
||||
* @description 监听指标发生变化, 通知首页检测入口处预警图标重新渲染
|
||||
* @since: 8/26/21
|
||||
*/
|
||||
public interface IMogoCheckListener {
|
||||
void updateMonitoringStatus(boolean hasError);
|
||||
}
|
||||
Reference in New Issue
Block a user