[6.7.0] finish the func of car
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.mogo.eagle.core.function.api.datacenter
|
||||
|
||||
interface IDataCenterBizListener {
|
||||
|
||||
fun invokeCarRes(res:Int){}
|
||||
|
||||
fun invokeCarNo(no:String?){}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.mogo.eagle.core.function.api.datacenter
|
||||
|
||||
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
|
||||
import com.mogo.eagle.core.function.api.och.IOchFunctionCallNotify
|
||||
|
||||
interface IDataCenterBizProvider: IMoGoFunctionServerProvider, IOchFunctionCallNotify {
|
||||
|
||||
|
||||
}
|
||||
@@ -13,10 +13,10 @@ interface IOchFunctionCallNotify {
|
||||
fun notifyLoginInfo() {}
|
||||
|
||||
// 车型变化回调
|
||||
fun notifyCarMode(carModel: Carmodel?){}
|
||||
fun notifyCarMode(carModel: Carmodel)
|
||||
|
||||
// 车牌变化回调
|
||||
fun notifyPlateNumber(plateNumber: String?){}
|
||||
fun notifyPlateNumber(plateNumber: String?)
|
||||
|
||||
fun LoginOut() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user