dict.common
Interface IResult

All Superinterfaces:
IProgress
All Known Implementing Classes:
BaseForm, DictForm, SearchKeysForm

public interface IResult
extends IProgress


Method Summary
 void addResult(java.lang.String aResult)
          Adds the given string to the results.
 
Methods inherited from interface dict.common.IProgress
progress, ready
 

Method Detail

addResult

void addResult(java.lang.String aResult)
Adds the given string to the results. Whatever the results are, list box, etc.

Parameters:
aResult - a single result string