views:

30

answers:

1

I just switched over from iPhone to Android and am looking for something similar to where in the iPhone SDK, when a class finishes a certain task, it calls delegate methods in objects set as it's delegates.

I don't need too many details. I went through the docs and didn't find anything (the closest I got was "broadcast intents" which seem more like iOS notifications).

Even if someone can point me to the correct documentation, it would be great.

Thanks!

A: 

Never mind... found the answer here :)

http://www.javaworld.com/javaworld/javatips/jw-javatip10.html

Siddharth Iyer