public interface TargetDocumentSpecs extends DocumentSpecs
| Modifier and Type | Method and Description |
|---|---|
default void |
onComplete(@NonNull java.io.File file)
Called if the conversion was completed successfully.
|
default void |
onFailure(@NonNull java.io.File file,
@NonNull java.lang.Exception exception)
Called if the conversion finished with an exception.
|
getFile, getFormatdefault void onComplete(@NonNull java.io.File file)
file - The file to which the conversion result was written.default void onFailure(@NonNull java.io.File file,
@NonNull java.lang.Exception exception)
file - The file to which the conversion result was supposed to be written.exception - An exception representing the reason for the failed conversion.Copyright © 2022 - present; JODConverter. All rights reserved.