public interface IFileDataLoadResultCallback extends IBaseCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(IFileDataLoadResultCallbackError error)
Error processing data retrieval/storage operation.
|
void |
onResult(byte[] data)
Result of data retrieval operation.
|
void |
onWarning(byte[] data,
IFileDataLoadResultCallbackWarning warning)
Result with warning of data retrieval/storage operation.
|
getAPIGroup, getAPIVersionvoid onError(IFileDataLoadResultCallbackError error)
error - Error condition encountered.void onResult(byte[] data)
data - Data loaded.void onWarning(byte[] data,
IFileDataLoadResultCallbackWarning warning)
data - File being loaded.warning - Warning condition encountered.