Interface IDocumentReaderPrepareCompletion
- All Superinterfaces:
IBasePrepareCompletion
Interface defining callback object for receiving notifications on Documents Database preparation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPrepareProgressChanged
(int progress) Notifies when preparation progress is changedMethods inherited from interface com.regula.documentreader.api.completions.IBasePrepareCompletion
onPrepareCompleted
-
Method Details
-
onPrepareProgressChanged
void onPrepareProgressChanged(int progress) Notifies when preparation progress is changed- Parameters:
progress
- current % value of progress
-