Modifier and Type | Method and Description |
---|---|
void |
completed(java.lang.String json,
java.lang.String loaded)
This method is used to transfer the resulting JSON to the user interface.
|
void |
loadingInputFileError()
This method is used when an input read error occurs.
|
void loadingInputFileError()
void completed(java.lang.String json, java.lang.String loaded)
json
- the resulting JSON. It is null when a jdeserialize error
occurs.loaded
- extracted input content. It is null if an input read error
occurs.