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.