PureMVC Architects Lounge

PureMVC Manifold => Demos and Utils => Topic started by: caiomeriguetti on July 19, 2010, 12:33:41



Title: Easy Way to use Pipes
Post by: caiomeriguetti on July 19, 2010, 12:33:41
http://code.google.com/p/labzpipes/downloads/list

There is a very simple extension for puremvc+pipes for easily send notifications between cores.

just use the connect method in the LabzJunctionMediator( that you extend ) to link the app to a MoviePipeAware.

The modules that you load must extend the MoviePipeAware class.

This is not well commented but it is very easy to use as you will see in the example.

If anybody can tell me any imprecision in my code, please you're welcome.