Interface FileMgr.ReaderCallback
-
- Enclosing class:
- FileMgr
public static interface FileMgr.ReaderCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(FileMgr.FileError error)
void
onSuccess(FileMgr.Entry[] entries)
-
-
-
Method Detail
-
onSuccess
void onSuccess(FileMgr.Entry[] entries)
-
onError
void onError(FileMgr.FileError error)
-
-