Interface ISpellEngineDS

All Known Implementing Classes:
XmlSpellEngineDS

public interface ISpellEngineDS
This data source is used to initialize a spell engine.
Since:
6.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should iterate over the spellers and call the visitor for every speller.
  • Method Details

    • iterateSpellers

      void iterateSpellers(ISpellerVisitor visitor)
      This method should iterate over the spellers and call the visitor for every speller.
      Parameters:
      visitor - The visitor used for every speller.
      Throws:
      InitializationException - Is thrown when the spellers failed initialization.