com.android.jill.api.v01
Interface Api01TranslationTask


public interface Api01TranslationTask

A task allowing to run Jill once.


Method Summary
 void run()
          Runs the translation task.
 

Method Detail

run

void run()
         throws TranslationException,
                java.lang.IllegalStateException
Runs the translation task. May be called only once.

Throws:
TranslationException - If a fatal error occurred during the translation
java.lang.IllegalStateException - If the translation task is run more than once