1001
1001

Reputation: 133

How to detect event on text box field in blackberry?

I want to add one text field on my screen.when i enter any word/letter in that text box i want to know what word/letter I had entered.i also want to handle event on occurence of any new letter entered in that text box or after deletion of any word/letter from that text box.so how should be it handled?

Upvotes: 1

Views: 103

Answers (1)

Eugen Martynov
Eugen Martynov

Reputation: 20130

Just implement and set FieldChangeListener for this field

Upvotes: 1

Related Questions