I was not aware of that EventBus. It looks interesting.

Here's how I've handled modules:

The module is controlled by a mediator in the main app which handles all events.

The module should implement an interface do it can be typed and remain 
decoupled. The mediator controls the module directly by calling the exposed 
module methods. Of course, internally of the module, you can dispatch events as 
you would within the main application.

On Mar 7, 2013, at 11:52 AM, Sebastian Mohr wrote:

>  I would also be curious how they create a
> custom
> Eventbus, so that thrown events could still be caught inside of Flex
> Modules
> especially in Mobile projects?

Reply via email to