[6.2.0]AI数据采集改版,数据由MIS后台动态获取
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.mogo.eagle.core.function.call.devatools
|
||||
|
||||
import com.mogo.eagle.core.data.deva.badcase.AiDataEntity
|
||||
import com.mogo.eagle.core.function.api.devatools.badcase.BadCaseNetListener
|
||||
import com.mogo.eagle.core.function.call.base.CallerBase
|
||||
|
||||
object CallerDevaToolsNetManager: CallerBase<BadCaseNetListener>() {
|
||||
|
||||
/**
|
||||
* AI数据采集数据回调
|
||||
*/
|
||||
fun invokeAiDataResponse(list: List<AiDataEntity>){
|
||||
M_LISTENERS.forEach{
|
||||
val listener = it.value
|
||||
listener.onAiDataResponse(list)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user