public class FileDataStoreResultCallbackImpl extends BaseCallbackImpl implements IFileDataStoreResultCallback
| Constructor and Description |
|---|
FileDataStoreResultCallbackImpl(long id)
Constructor with callback id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onError(IFileDataStoreResultCallbackError error)
Error processing data retrieval/storage operation.
|
void |
onResult(FileDescriptor file)
Result of data storage operation.
|
void |
onWarning(FileDescriptor file,
IFileDataStoreResultCallbackWarning warning)
Result with warning of data retrieval/storage operation.
|
getAPIGroup, getAPIVersion, getId, getJSONParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIGroup, getAPIVersionpublic FileDataStoreResultCallbackImpl(long id)
id - The id of the callback.public void onError(IFileDataStoreResultCallbackError error)
onError in interface IFileDataStoreResultCallbackerror - Error condition encountered.public void onResult(FileDescriptor file)
onResult in interface IFileDataStoreResultCallbackfile - File reference to stored data.public void onWarning(FileDescriptor file, IFileDataStoreResultCallbackWarning warning)
onWarning in interface IFileDataStoreResultCallbackfile - File being loaded/stored.warning - Warning condition encountered.