公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of https://gitee.com/endian11/DriveJudge
yy1717
2019-12-30
9e1097ca3eff1c25df69990fc1098144c7cbcb56
[~yy/smart_train.git]
/
app
/
src
/
main
/
java
/
safeluck
/
drive
/
evaluation
/
im
/
handler
/
IMessageHandler.java
1
2
3
4
5
6
7
8
9
10
11
package safeluck.drive.evaluation.im.handler;
/**
* MyApplication2
* Created by lzw on 2019/12/12. 16:04:29
* 邮箱:632393724@qq.com
* All Rights Saved! Chongqing AnYun Tech co. LTD
*/
public interface IMessageHandler {
void execute(String msg);
}