public class FileListResultCallbackImpl extends BaseCallbackImpl implements IFileListResultCallback
| Constructor and Description |
|---|
FileListResultCallbackImpl(long id)
Constructor with callback id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onError(IFileListResultCallbackError error)
On error result of a file operation.
|
void |
onResult(FileDescriptor[] files)
On correct result of a file operation.
|
void |
onWarning(FileDescriptor[] files,
IFileListResultCallbackWarning warning)
On partial result of a file operation, containing a warning.
|
getAPIGroup, getAPIVersion, getId, getJSONParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIGroup, getAPIVersionpublic FileListResultCallbackImpl(long id)
id - The id of the callback.public void onError(IFileListResultCallbackError error)
onError in interface IFileListResultCallbackerror - Error processing the request.public void onResult(FileDescriptor[] files)
onResult in interface IFileListResultCallbackfiles - Array of resulting files/folders.public void onWarning(FileDescriptor[] files, IFileListResultCallbackWarning warning)
onWarning in interface IFileListResultCallbackfiles - Array of resulting files/folders.warning - Warning condition encountered.