com.liferay.util.jazzy
Class BasicSpellCheckListener

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

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

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BasicSpellCheckListener(java.lang.String text)
           
 
Method Summary
 java.util.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(java.lang.String text)
Method Detail

spellingError

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

getInvalidWords

public java.util.List<InvalidWord> getInvalidWords()