| android.widget.TextView.OnEditorActionListener | 
Interface definition for a callback to be invoked when an action is performed on the editor.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Called when an action is being performed. | |||||||||||
Called when an action is being performed.
| v | The view that was clicked. | 
|---|---|
| actionId | Identifier of the action.  This will be either the
 identifier you supplied, or EditorInfo.IME_NULLif being called due to the enter key
 being pressed. | 
| event | If triggered by an enter key, this is the event; otherwise, this is null. |