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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPrepareCompleted(boolean status, DocumentReaderException error)
Notifies on preparation process end
-
-
-
Method Detail
-
onPrepareCompleted
void onPrepareCompleted(boolean status, DocumentReaderException error)
Notifies on preparation process end- Parameters:
status
- result status of preparationerror
- error message, if any
-
-