Class IDocumentReaderPrepareDbCompletion
java.lang.Object
com.regula.documentreader.api.completions.IDocumentReaderPrepareDbCompletion
- All Implemented Interfaces:
IBasePrepareCompletion
public abstract class IDocumentReaderPrepareDbCompletion
extends Object
implements IBasePrepareCompletion
Interface defining callback object for receiving notifications on Documents Database preparation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPrepareProgressChanged
(PrepareProgress prepareProgress) Notifies when preparation progress is changedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.regula.documentreader.api.completions.IBasePrepareCompletion
onPrepareCompleted
-
Constructor Details
-
IDocumentReaderPrepareDbCompletion
public IDocumentReaderPrepareDbCompletion()
-
-
Method Details
-
onPrepareProgressChanged
public void onPrepareProgressChanged(PrepareProgress prepareProgress) Notifies when preparation progress is changed- Parameters:
prepareProgress
- contains count of bytes downloaded and total database size in bytes
-