home > news Know Your Flex Proxy
Know Your Flex Proxy
Flex framework includes a pretty useful object that deserves more attention: mx.util.ObjectProxy. You can wrap your object (i.e. Person) into this proxy which will obediently report on all changes that are happening to this instance of a person. If you subclass ObjectProxy, you can even add a new behavior to the wrapped object without touching a single line of its code.
read more