Interface OnReceived<T>

Type Parameters:
T - defines type of the received data

public interface OnReceived<T>
Callback type for successfully read property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onReceived(T result)
     
  • Method Details

    • onReceived

      void onReceived(T result)