Interface FileMgr.FileSystemCallback
-
- Enclosing class:
- FileMgr
public static interface FileMgr.FileSystemCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(FileMgr.FileError error)
void
onSuccess(FileMgr.FileSystem result)
-
-
-
Method Detail
-
onSuccess
void onSuccess(FileMgr.FileSystem result)
-
onError
void onError(FileMgr.FileError error)
-
-