hxb
2023-09-20 63ff4119d8073843257c485f8b5a051bb03f3b0b
1
2
3
4
5
6
7
8
9
10
package com.hdl.sdk.link.common.event;
 
/**
 * Created by Tong on 2021/9/22.
 */
public interface EventListener {
 
    void onMessage(Object msg);
 
}