Listen to any change in the values of an Object in Actionscript

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-06-04T21:29:53Z Indexed on 2010/06/06 1:42 UTC
Read the original article Hit count: 280

Filed under:
|

Hi All, I have an Object in actionscript which has a few dozens of properties each of which is defined to be bindable and has its own change event. I would like to listen to any changes made to this object without having to add a listener to all of its properties. Is there a way in actionscript using which I can listen to any change in the values of an Object ?

Thanks, -A

© Stack Overflow or respective owner

Related posts about flex

Related posts about flex3