com.liferay.portal.words
Class BasicSpellCheckListener
java.lang.Object
com.liferay.portal.words.BasicSpellCheckListener
- All Implemented Interfaces:
- com.swabunga.spell.event.SpellCheckListener, EventListener
public class BasicSpellCheckListener
- extends Object
- implements com.swabunga.spell.event.SpellCheckListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicSpellCheckListener
public BasicSpellCheckListener(String text)
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