Why would you want to keep a reference to a changewatcher and call unwatch()? : adobe flex action script
Answer / Amit Kumar Ahirwar
You might want to keep a reference to a ChangeWatcher in Adobe Flex when you need to listen for changes in multiple objects. By keeping a reference, you can call unwatch() on the ChangeWatcher when it is no longer needed to prevent memory leaks and improve performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why are my valueobject member variables undefined in the results from my remoteobject requests? : adobe flex action script
What is the dynamic keyword used for in flex actionscript?
How do we identify a component created in a repeater using flex? : adobe flex action script
What is the difference between httpService & Data Service?
Explain what happens if an .swf is loaded into a already occupied level?
I need to load an image from flickr into my application. Do I need a crossdomain.xml file on flickr? : adobe flex action script
What are the Benefits of flex?
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
Explain Event Bubbling?
State the difference between view stack and view state?
What is a resource manager in flex actionscript?
How to add two commands to one single event type?