com.swabunga.spell.event
Interface SpellCheckListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
SpellCheckExample2, SpellCheckExample, JTextComponentSpellChecker

public interface SpellCheckListener
extends java.util.EventListener

This is the event based listener interface.

Author:
Jason Height (jheight@chariot.net.au)

Method Summary
 void spellingError(SpellCheckEvent event)
           
 

Method Detail

spellingError

public void spellingError(SpellCheckEvent event)