public class SpellCheckExample2 extends java.lang.Object implements SpellCheckListener
| Constructor and Description |
|---|
SpellCheckExample2(java.lang.String phoneticFileName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
spellingError(SpellCheckEvent event)
Propagates the spelling errors to listeners.
|
public void spellingError(SpellCheckEvent event)
SpellCheckListenerspellingError in interface SpellCheckListenerevent - The event to handlepublic static void main(java.lang.String[] args)