public class SpellCheckExample extends java.lang.Object implements SpellCheckListener
| Constructor and Description |
|---|
SpellCheckExample() |
| 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)