Package com.swabunga.spell.event
Interface SpellCheckListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
JTextComponentSpellChecker
,SpellCheckExample
,SpellCheckExample2
This is the event based listener interface.
- Author:
- Jason Height (jheight@chariot.net.au)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
spellingError
(SpellCheckEvent event) Propagates the spelling errors to listeners.
-
Method Details
-
spellingError
Propagates the spelling errors to listeners.- Parameters:
event
- The event to handle
-