Interface IDocumentReaderBackendProcessing
public interface IDocumentReaderBackendProcessing
Interface defining callback object for receiving answer after starting backend processing
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStartProcessing
(DocumentReaderException exception) Callback method, will fire when core receives a response
-
Method Details
-
onStartProcessing
Callback method, will fire when core receives a response- Parameters:
exception
- error message, if any
-