In flex how do I pass data retrieved from a remote object service to a modules interface?
Posted
by Dan G
on Stack Overflow
See other posts from Stack Overflow
or by Dan G
Published on 2010-06-09T20:49:03Z
Indexed on
2010/06/09
20:52 UTC
Read the original article
Hit count: 254
I found at this Adobe tutorial a nice "RemoteService" class that creates a RemoteObject and contains the functions for handling the result and fault events. If I wanted to use this approach, how could I pass the data from the result handler to interfaces that modules from the main application could use?
I could put the RemoteService/RemoteObject in the modules, but (in my opinion- and I could be wrong) the best design seems to be using the remote calls in the main app and passing the data along to the modules.
© Stack Overflow or respective owner