What is the difference between changewatcher.watch, and bindingutils.bindproperty?
Answer / Sangeeta Gautam
ChangeWatcher.watch is a method for manually observing changes in an object. It allows you to specify a callback that will be called whenever the watched property changes. On the other hand, BindingUtils.bindProperty is a utility function that creates a binding between two properties, automating the process of updating one property based on changes in another. The main difference is that ChangeWatcher requires manual management of observed properties, while BindingUtils handles this automatically.
| Is This Answer Correct ? | 0 Yes | 0 No |
How polymorphism works on actionscript? : adobe flex action script
Do I need to upgrade to beta 3 to use air beta 3?
What is an event sub class?
How will u call java method from flex?
What is stoppropagation() and stopimmediatepropagation()?
What is polymorphism in term of oop (flash actionscript)? : adobe flex action script
Mytree appears just fine but why ca not I access the node attributes?
State the difference between view stack and view state?
How do we add item renderer at runtime in flex? : adobe flex action script
What is the difference between graphical skinning and stateful skinning?
When will flex 3 be released?
Explain how many levels does flash mx support? : adobe flex action script