public interface TargetDocumentSpecs extends DocumentSpecs
| Modifier and Type | Method and Description |
|---|---|
default void |
onComplete(@NonNull File file)
Called if the conversion was completed successfully.
|
default void |
onFailure(@NonNull File file,
@NonNull Exception exception)
Called if the conversion finished with an exception.
|
getFile, getFormatdefault void onComplete(@NonNull File file)
file - The file to which the conversion result was written.Copyright © 2016 - present; JODConverter.org. All rights reserved.