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. | |
Interface for configuration change callbacks which are invoked when the requested configuration changes.
| void onConfigurationChange | ( | String | uri, |
| RuntimeDataObject | data ) |
Invoked when requested configuration changes.
| uri | The URI of the runtime data that changed |
| data | The data object which contains the changed runtime data |