public interface DocumentParsingResultHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
documentInvalid(T document,
String message) |
void |
documentParsed(T document) |
void |
parsingError(String message) |
Copyright © 2015. All rights reserved.