Create a class that calls back to the caller

  • Thread starter Thread starter Academia
  • Start date Start date
A

Academia

I need to create a class that calls back to the caller.

Like the way a sort routine would call a routine that compares two objects.

Can you tell me how to do that and/or point to some sample code that does
that?



thanks
 
I need to create a class that calls back to the caller.

Like the way a sort routine would call a routine that compares two
objects.

Can you tell me how to do that and/or point to some sample code that
does that?

When you mean callback, do you mean:

1. function?
2. event?
3. delegate?

asynchronous and synchronous?

What do you want to do?
 
Back
Top