[Delete]
场景整合,预警红窗使用hmi Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
package com.mogo.service.v2x;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
|
||||
/**
|
||||
* @author liujing
|
||||
* @description 描述
|
||||
* @since: 2021/3/24
|
||||
*/
|
||||
public interface IV2XProvider extends IProvider {
|
||||
public void registerIntentListener(String intent, Object listener);
|
||||
|
||||
public void unregisterIntentListener(String intent, IV2XWarningListener listener);
|
||||
|
||||
public void warningChangedForListenerWithDirection(int direction, String command);
|
||||
|
||||
public void changeTipWindowStatusForListener(String command);
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
package com.mogo.service.v2x;
|
||||
|
||||
/**
|
||||
* @author liujing
|
||||
* @description 描述
|
||||
* @since: 2021/3/24
|
||||
*/
|
||||
public interface IV2XWarningListener {
|
||||
//车路云预警后红色蒙层根据方位进行展示
|
||||
void warningChangedWithDirection(int direction);
|
||||
}
|
||||
Reference in New Issue
Block a user