Posts marked with “callbacks”

Callbacks in ActionScript

by · June 7, 2010

4
 

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.