mirror of
https://github.com/RfidResearchGroup/ChameleonBLEAPI.git
synced 2026-05-12 11:20:47 -07:00
Delete TagStateCallback.java
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
package com.proxgrind.chameleon.callback;
|
||||
|
||||
/**
|
||||
* 标签状态回调视图
|
||||
*/
|
||||
public interface TagStateCallback {
|
||||
// 标签异常
|
||||
void onTagAbnormal();
|
||||
|
||||
// 标签普通
|
||||
void onTagOrdinary();
|
||||
|
||||
// 标签特殊
|
||||
void onTagSpecial();
|
||||
}
|
||||
Reference in New Issue
Block a user