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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPrepareProgressChanged(PrepareProgress prepareProgress) Notifies when preparation progress is changedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.regula.documentreader.api.completions.IBasePrepareCompletion
onPrepareCompleted
-
Constructor Details
-
IDocumentReaderPrepareDbCompletion
public IDocumentReaderPrepareDbCompletion()
-
-
Method Details
-
onPrepareProgressChanged
Notifies when preparation progress is changed- Parameters:
prepareProgress- contains count of bytes downloaded and total database size in bytes
-