public int misspelledWordFound(SpellCheckUI ui, Field field, int offset,
int len)
{
UiApplication.getUiApplication().invokeLater(new popUpRunner("Misspelled
word found"));
return SpellCheckUIListener.ACTION_OPEN_UI;
}
Development Guide
Spell check
44