public static interface EDOCBuilder.EDOCBuilderCallback extends EDOCBuilder.EDOCLoadParameter
| Modifier and Type | Method and Description |
|---|---|
boolean |
loadTemplate(String id,
String url)
Confirm EDOC template loading from the specified URL.
|
void |
templateLoadFailed(String id,
String url,
String reason)
Notify the user that EDOC template loading failed.
|