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