Kanzi Connect  3.9.4
Kanzi Connect Java API
RemoteConfigurationListener.ConfigurationChangeCallback Interface Reference

Interface for configuration change callbacks which are invoked when the requested configuration changes. More...

Public Member Functions

void onConfigurationChange (String uri, RuntimeDataObject data)
 Invoked when requested configuration changes. More...
 

Detailed Description

Interface for configuration change callbacks which are invoked when the requested configuration changes.

Member Function Documentation

◆ onConfigurationChange()

void onConfigurationChange ( String  uri,
RuntimeDataObject  data 
)

Invoked when requested configuration changes.

Parameters
uriThe URI of the runtime data that changed
dataThe data object which contains the changed runtime data