/* Note: Any assignments made directly to the "object" Object do not dispatch the propertyChange event. */ object.isDebug=false; object.id= 33;
/* Note: Even though the earlier assignment to the "id" property didn't dispatch the propertyChange event, the "oldValue" property is still displayed as 33. */ objectProxy.id= 45; }