Interface IDeviceParametersRefreshed

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IDeviceParametersRefreshed
Callback functional interface invoked when the device parameters has completed refreshing by the client.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the device parameters are refreshed.
  • Method Details

    • onDeviceParamsRefreshed

      void onDeviceParamsRefreshed(DeviceParameter[] deviceParameters)
      Invoked when the device parameters are refreshed.
      Parameters:
      deviceParameters - The device parameters array, null if not available, e.g. no client or no support on client.