碰撞预警对外接口调通

This commit is contained in:
liujing
2021-03-25 14:24:19 +08:00
parent 05472a2716
commit 6156ef4679
6 changed files with 22 additions and 13 deletions

View File

@@ -10,15 +10,9 @@ import com.alibaba.android.arouter.facade.template.IProvider;
* @since: 2021/3/24
*/
public interface IV2XProvider extends IProvider {
/**
* 注册意图接收者
*/
public void registerIntentListener(String intent, IV2XListener listener);
/**
* 注册意图接收者
*/
public void unregisterIntentListener(String intent, IV2XListener listener);
public void warningChangedWithType(int type, String command);
public void warningChangedForListenerWithType(int type, String command);
}