mirror of
https://github.com/RfidResearchGroup/ChameleonBLEAPI.git
synced 2026-05-12 11:20:47 -07:00
Create Basecallback.java
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.proxgrind.chameleon.callback;
|
||||
|
||||
public interface BaseCallback {
|
||||
|
||||
interface ErrorCallback<T> {
|
||||
void onError(T e);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user