Interface IBasePrepareCompletion

All Known Subinterfaces:
IDocumentReaderPrepareCompletion
All Known Implementing Classes:
IDocumentReaderPrepareDbCompletion

public interface IBasePrepareCompletion
Base Interface defining callback object for receiving notifications on Documents Database preparation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies on preparation process end
  • Method Details

    • onPrepareCompleted

      void onPrepareCompleted(boolean status, DocumentReaderException error)
      Notifies on preparation process end
      Parameters:
      status - result status of preparation
      error - error message, if any