Tuesday 1 April 2014

InputMethodListener

The listener interface for receiving input method events.


public interface InputMethodListener extends EventListener {
   void inputMethodTextChanged(InputMethodEvent event);
   void caretPositionChanged(InputMethodEvent event);
}

void inputMethodTextChanged(InputMethodEvent event)
Invoked when the text entered through an input method has changed.

void caretPositionChanged(InputMethodEvent event)
Invoked when the caret within composed text has changed.


Prevoius                                                 Next                                                 Home

No comments:

Post a Comment