RE: [flexcoders] Re: Delegation and Callbacks

2006-02-23 Thread Matt Chotin
Yes, check the events and also the ACT pattern that is discussed in the docs. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mvbaffa Sent: Thursday, February 23, 2006 3:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Delegation

[flexcoders] Re: Delegation and Callbacks

2006-02-23 Thread mvbaffa
Hi Matt, What I need is to callback a function at the object that instantiated my class. My class wraps the flex webservice object, it calls the webservice operations e drives the result event so that the operation can be executed synchronously. The class needs a reference of a function to b