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)
SpellCheckListener
spellingError
in interface SpellCheckListener
event
- The event to handlepublic static void main(java.lang.String[] args)