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

    Modifier and Type
    Method
    Description
    void
    Called when the connection closes.
  • Method Details

    • onClose

      void onClose()
      Called when the connection closes.