Interface SpellCheckListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JTextComponentSpellChecker, SpellCheckExample, SpellCheckExample2

public interface SpellCheckListener extends EventListener
This is the event based listener interface.
Author:
Jason Height (jheight@chariot.net.au)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Propagates the spelling errors to listeners.
  • Method Details

    • spellingError

      void spellingError(SpellCheckEvent event)
      Propagates the spelling errors to listeners.
      Parameters:
      event - The event to handle