Posts marked with “callbacks”
Callbacks in ActionScript
What do you do when component A needs to update itself only after component B completes an asynchronous task. In Flex, it is pretty easy to solve this problem using a simple concept called Callbacks.