dict.common
Interface IProgress

All Known Subinterfaces:
IResult
All Known Implementing Classes:
BaseForm, DictForm, SearchKeysForm

public interface IProgress

Used for showing progress for long term operations like importing index.


Method Summary
 void progress(int perc)
          Called in order to tell the current progress.
 void ready(java.lang.String msg)
          Ready.
 

Method Detail

progress

void progress(int perc)
Called in order to tell the current progress.

Parameters:
perc - the current progress in percents

ready

void ready(java.lang.String msg)
Ready. Progress 100 percent.

Parameters:
msg - message to show after the long term operation is ready.