com.swabunga.spell.event

Interface SpellCheckListener

public interface SpellCheckListener extends EventListener

This is the event based listener interface.

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

Method Summary
voidspellingError(SpellCheckEvent event)
Propagates the spelling errors to listeners.

Method Detail

spellingError

public void spellingError(SpellCheckEvent event)
Propagates the spelling errors to listeners.

Parameters: event The event to handle