Interface BlinkCloseCallback
public interface BlinkCloseCallback
Can be attached to a BlinkConn to receive a callback when the
connection is closed.
- Since:
- 1.0
- Version:
- 2022-11-14
-
Method Summary
-
Method Details
-
onClose
void onClose()Called when the connection closes.
-