Why would you want to keep a reference to a changewatcher and call unwatch()? : adobe flex action script
Answer Posted / 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 |
Post New Answer View All Answers