dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fq
zj
2025-07-29
7597d9c63b935f9007f370ab350de5b67305592d
[xinbi-new.git]
/
src
/
main
/
java
/
project
/
data
/
websocket
/
utils
/
ResponseCallback.java
1
2
3
4
5
6
7
package project.data.websocket.utils;
@FunctionalInterface
public interface ResponseCallback<T> {
void onResponse(T response);
}