wjc
2025-05-19 14bcc4721b00afc9153865f57117a458f68cdf5d
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);
 
}