Package com.swabunga.spell.examples
Class SpellCheckExample2
- java.lang.Object
-
- com.swabunga.spell.examples.SpellCheckExample2
-
- All Implemented Interfaces:
SpellCheckListener
,java.util.EventListener
public class SpellCheckExample2 extends java.lang.Object implements SpellCheckListener
This class shows an example of how to use the spell checking capability.- Author:
- Jason Height (jheight@chariot.net.au)
-
-
Constructor Summary
Constructors Constructor Description SpellCheckExample2(java.lang.String phoneticFileName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
spellingError(SpellCheckEvent event)
Propagates the spelling errors to listeners.
-
-
-
Method Detail
-
spellingError
public void spellingError(SpellCheckEvent event)
Description copied from interface:SpellCheckListener
Propagates the spelling errors to listeners.- Specified by:
spellingError
in interfaceSpellCheckListener
- Parameters:
event
- The event to handle
-
main
public static void main(java.lang.String[] args)
-
-