mirror of
https://github.com/RfidResearchGroup/ChameleonBLEAPI.git
synced 2026-05-12 11:20:47 -07:00
Create actioncallback.java
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.proxgrind.chameleon.callback;
|
||||
|
||||
public interface ActionCallback<S, F> {
|
||||
void onSuccess(S s);
|
||||
|
||||
void onFail(F f);
|
||||
}
|
||||
Reference in New Issue
Block a user