index
:
direct_bt.git
alt_sendevent
bredr_2
connector_b_1.5
cor_locking
cow_locking
issue_308
issue_318
le_secure_connections
master
os_and_arch
simple_mutex0
simple_mutex2
tinyb
tinyb-2-clean
tinyb-master
Direct Bluetooth LE and BREDR programming, high-performance & reliable.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
BluetoothNotification.java
blob: 41fe52c40d2d60aa2f8d4d77a9852a2f9167f160 (
plain
)
1
2
3
4
5
package
tinyb
;
public interface
BluetoothNotification
<
T
> {
public void
run
(
T value
);
}