dict.prepare
Interface IDictParserHandler

All Known Implementing Classes:
DictImport

public interface IDictParserHandler

Used for receiving index entries from the dictionary parser.

Version:
$Revision: 21 $
Author:
Daniel Stoinski

Method Summary
 boolean addIndex(java.lang.String index, int fileno, long from, long to)
          Adds the given index.
 

Method Detail

addIndex

boolean addIndex(java.lang.String index,
                 int fileno,
                 long from,
                 long to)
Adds the given index.

Parameters:
index - index keyword, eg. English keyword in an English-German dictionary.
from - the position, at which the index description starts in the dictionary file.
to - the position, at which the index description ends in the dictionary file.
fileno - index of the dictionary file for which the dictionary entry reference entry has to be created.
Returns:
true, if the index parsing process should continue or false, if the user interrupted it.