I am new to iPhone.
Basically I am from Java background.
What I need is when ever I change focus of one text field to another text field I need
to fire an event.
similar to focus change listener in Java.
What are the listeners available in iPhone and how to use them?
use UITextFieldDelegate methods like
textFieldDidBeginEditing:which will be called when textfield becomes first responder.