| com.datalogic.device.configuration.ConfigurationChangeListener |
This interface is used by the application to listen to configuration changes.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
onConfigurationChanged will be called to notify changes of the configuration.
| |||||||||||
onConfigurationChanged will be called to notify changes of the configuration.
The configuration change can be the consequence of an interaction with the environment (e.g: the device is inserted in a cradle) or
can be the consequence of a change to the Propertys done and committed by another sdk user commit().
| map | Map<Integer, Object> map of the changes e.g: for each couple of the map: key = PropertyIDvalue = new value of the Property
|
|---|