Liferay 6.1.2-ce-ga3

com.liferay.util.jazzy
Class BasicSpellCheckListener

java.lang.Object
  extended by com.liferay.util.jazzy.BasicSpellCheckListener
All Implemented Interfaces:
com.swabunga.spell.event.SpellCheckListener, EventListener

public class BasicSpellCheckListener
extends Object
implements com.swabunga.spell.event.SpellCheckListener


Constructor Summary
BasicSpellCheckListener(String text)
           
 
Method Summary
 List<InvalidWord> getInvalidWords()
           
 void spellingError(com.swabunga.spell.event.SpellCheckEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSpellCheckListener

public BasicSpellCheckListener(String text)
Method Detail

getInvalidWords

public List<InvalidWord> getInvalidWords()

spellingError

public void spellingError(com.swabunga.spell.event.SpellCheckEvent event)
Specified by:
spellingError in interface com.swabunga.spell.event.SpellCheckListener

Liferay 6.1.2-ce-ga3