Package com.swabunga.spell.event
Interface SpellCheckListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
JTextComponentSpellChecker
,SpellCheckExample
,SpellCheckExample2
public interface SpellCheckListener extends java.util.EventListener
This is the event based listener interface.- Author:
- Jason Height (jheight@chariot.net.au)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
spellingError(SpellCheckEvent event)
Propagates the spelling errors to listeners.
-
-
-
Method Detail
-
spellingError
void spellingError(SpellCheckEvent event)
Propagates the spelling errors to listeners.- Parameters:
event
- The event to handle
-
-