mirror of
https://github.com/RfidResearchGroup/ChameleonBLEAPI.git
synced 2026-05-12 11:20:47 -07:00
Delete ConnectCallback.java
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package com.proxgrind.chameleon.callback;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public interface ConnectCallback extends Serializable {
|
||||
//连接成功时的回调
|
||||
void onConnectSucces();
|
||||
|
||||
//连接失败时的回调
|
||||
void onConnectFail();
|
||||
}
|
||||
Reference in New Issue
Block a user