Hi there!
I read (twice) this very useful article: http://blogs.adobe.com/flexdoc/pdfs/modular.pdf
And, I know that the best way to make a connection from my main app to my modules is through interfaces.
So, my problem is, how can I implement an interface so my module can send and receive data from my main app?, cuz, I understand that my module implements an interface that is used by my main app.. but, can I do it "viceversa"?
Other issue I have is, why do I need to call my main app children if I can just import a module's class?... I think this is cuz the need of keep the modularity, but Im not sure.
Thx in advance!