by Szabolcs Ferenczi <szabolcs.ferenczi@[EMAIL PROTECTED]
>
May 8, 2008 at 03:41 AM
On May 8, 11:26=A0am, Tim Frink <plfr...@[EMAIL PROTECTED]
> wrote:
> What I want to achieve is a communication between two object
> with a callback function. Object A invokes a function in
> object B passing a callback function. The invoked function in
> object B calls the passed callback function to communicate
> with the caller A.
You might want to check out the visitor design pattern to achieve the
same effect.
Best Regards,
Szabolcs