mirror of
https://github.com/RfidResearchGroup/ChameleonBLEAPI.git
synced 2026-05-12 11:20:47 -07:00
Delete DumpCallback.java
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
package com.proxgrind.chameleon.callback;
|
||||
|
||||
public interface DumpCallback {
|
||||
/*
|
||||
* 在dump内容无误时的回调
|
||||
*/
|
||||
void showContents(String[] contents);
|
||||
|
||||
/*
|
||||
* dump读取失败
|
||||
* */
|
||||
void onFileException();
|
||||
|
||||
/*
|
||||
* dump格式错误!
|
||||
* */
|
||||
void onFormatNoSupport();
|
||||
|
||||
/*
|
||||
* 成功后的回调
|
||||
* */
|
||||
void onSuccess();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user