Search This Blog

Monday, June 19, 2006

What is callBack method?

A callback method is a method intended to be passed as a parameter. The callee can then call the passed method asynchronously and with whatever parameters it deems appropriate. Callbacks are often used in event handling code.

No comments: