Liferay 7.0-ce-b4

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

Deprecated. As of 7.0.0, moved to com.liferay.portal.words.BasicSpellCheckListener

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


Constructor Summary
BasicSpellCheckListener(String text)
          Deprecated.  
 
Method Summary
 List<InvalidWord> getInvalidWords()
          Deprecated.  
 void spellingError(com.swabunga.spell.event.SpellCheckEvent event)
          Deprecated.  
 
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)
Deprecated. 
Method Detail

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

Liferay 7.0-ce-b4