Called when there are client configuration property state changes, from the underlying layer.
Usage
-(void)onConfigurationChange:(NSInteger)iPropertyID value:(id)oValue
{
NSLog("--d---%@---", iPropertyID, oValue);
if(iPropertyID==kCustResourceBundlePropID)
{
//Handle customization resource bundle
}
}