The following example shows how you can detect changes to an Object object by listening for the propertyChange
event on the ObjectProxy instance.
Full code after the jump.
Continue reading Detecting changes to an Object using the Flex ObjectProxy class