public class FileDataLoadResultCallbackImpl extends BaseCallbackImpl implements IFileDataLoadResultCallback
| Constructor and Description |
|---|
FileDataLoadResultCallbackImpl(long id)
Constructor with callback id.
|
| 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, getAPIVersion, getId, getJSONParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIGroup, getAPIVersionpublic FileDataLoadResultCallbackImpl(long id)
id - The id of the callback.public void onError(IFileDataLoadResultCallbackError error)
onError in interface IFileDataLoadResultCallbackerror - Error condition encountered.public void onResult(byte[] data)
onResult in interface IFileDataLoadResultCallbackdata - Data loaded.public void onWarning(byte[] data,
IFileDataLoadResultCallbackWarning warning)
onWarning in interface IFileDataLoadResultCallbackdata - File being loaded.warning - Warning condition encountered.