--- In flexcoders@yahoogroups.com, coder3 <rrhu...@...> wrote:
>
> 
> Hi
> 
> I have a module, that needs to wait for the parentApplication to finish the
> httpservice so that it can get the data and do some stuff.
> 
> so the httpservice has a result handling function, 
> 
> how can the module know when to get the result? i guess i need to use
> eventlistener, how?
> 
> thanks!
> c
> 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/how-to-wait-for-one-event-to-finish--tp25067200p25067200.html
> Sent from the FlexCoders mailing list archive at Nabble.com.
>

yes, you need an eventlistener. 

the object of the class that contains the module, would register the event, 
with the broadcaster function. 
And the module you are using, would need to be coded for dispatching particular 
event ( when you get the result) .

Reply via email to