Added in revision 27
public interface

ConfigurationChangeListener

com.datalogic.device.configuration.ConfigurationChangeListener

Class Overview

This interface is used by the application to listen to configuration changes.

Summary

Public Methods
abstract void onConfigurationChanged(HashMap<Integer, Object> map)
onConfigurationChanged will be called to notify changes of the configuration.

Public Methods

public abstract void onConfigurationChanged (HashMap<Integer, Object> map)

Added in revision 27

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().

Parameters
map Map<Integer, Object> map of the changes
e.g: for each couple of the map:
key = PropertyID
value = new value of the Property