PureMVC Architects Lounge

Announcements and General Discussion => Architecture => Topic started by: manoharbabu.kollipara on February 17, 2009, 12:30:57



Title: How to raise syn notifications in pure mvc at any layer
Post by: manoharbabu.kollipara on February 17, 2009, 12:30:57
Hi,

I mean if we have two notification need to be raised from our mediator second one is dependent on first one.

it should function like this when one notification is raised ,the second  notification need to be wait untill the first notification completed it process & return result.

If any body working on it can be provide a examples with sample code.

Thanks in advance manohar kollipara  :)


Title: Re: How to raise syn notifications in pure mvc at any layer
Post by: Joel Hooks on February 17, 2009, 02:06:00
http://trac.puremvc.org/Utility_AS3_AsyncCommand

I think this is what you need.


Title: Re: How to raise syn notifications in pure mvc at any layer
Post by: manoharbabu.kollipara on February 17, 2009, 11:56:49
Exactly Thanks a lot & can please provide a good examples on it.

Is there is any way to sequence asyn notifications  like what we are doing for the commands.

thanks in advance


Title: Re: How to raise syn notifications in pure mvc at any layer
Post by: Jason MacDonald on February 18, 2009, 07:02:14
Is there is any way to sequence asyn notifications  like what we are doing for the commands.

Try http://forums.puremvc.org/index.php?topic=422.0