com.liferay.util.jazzy
Class BasicSpellCheckListener
java.lang.Object
com.liferay.util.jazzy.BasicSpellCheckListener
- All Implemented Interfaces:
- com.swabunga.spell.event.SpellCheckListener, EventListener
Deprecated. As of 7.0.0, moved to BasicSpellCheckListener
@Deprecated
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)
- Deprecated.
getInvalidWords
public List<InvalidWord> getInvalidWords()
- Deprecated.
spellingError
public void spellingError(com.swabunga.spell.event.SpellCheckEvent event)
- Deprecated.
- Specified by:
spellingError in interface com.swabunga.spell.event.SpellCheckListener