In PureMVC / ActionScript, after sending out notifications using send Notification or notify-observers, how do I make sure all the observers has received the notification and finished the work?
On the other words, is sendNotification in synchronized way.
Thanks