PureMVC Architects Lounge

PureMVC Manifold => MultiCore Version => Topic started by: belzebac on November 18, 2010, 06:36:36



Title: Get mediator from a component
Post by: belzebac on November 18, 2010, 06:36:36
Hi,

I wonder if there is a way to get a mediator from a component Can anyone help me?

Thank you for the help.


Title: Re: Get mediator from a component
Post by: Tekool on November 18, 2010, 09:03:31
This is really something you should avoid in all ways !

You probably can report your view logic into the mediator itself to avoid this. I mean instead of needing to access your mediator from your view, simply report the methods that needs it from your view to your mediator.