Package com.iizix.gyro
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.
Callback functional interface invoked when the device parameters has completed refreshing by the client.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
onDeviceParamsRefreshed
(DeviceParameter[] deviceParameters) Invoked when the device parameters are refreshed.
Method Details
onDeviceParamsRefreshed
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.