GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
casic2.0
/
casic-wvp-gb
Transfer to URL with SHA
Find file
Newer
Older
tree:
b70e388b70
Switch branches
×
master
casic-wvp-gb
/
src
/
main
/
java
/
com
/
genersoft
/
iot
/
vmp
/
common
/ CommonCallback.java
liwenhao
on 21 Jun 2024
103 bytes
sip提交
Raw
Blame
History
package com.genersoft.iot.vmp.common; public interface CommonCallback<T>{ public void run(T t); }