Uses of Interface
org.silverpeas.mobile.client.common.file.FileMgr.EntryCallback
-
Packages that use FileMgr.EntryCallback Package Description org.silverpeas.mobile.client.common.file -
-
Uses of FileMgr.EntryCallback in org.silverpeas.mobile.client.common.file
Methods in org.silverpeas.mobile.client.common.file with parameters of type FileMgr.EntryCallback Modifier and Type Method Description voidFileMgr.Entry. copyTo(FileMgr.Entry entry, String newName, FileMgr.EntryCallback callback)voidFileMgr.DirectoryEntry. getDirectory(String path, FileMgr.FileOptions options, FileMgr.EntryCallback callback)voidFileMgr.DirectoryEntry. getFile(String path, FileMgr.FileOptions options, FileMgr.EntryCallback callback)voidFileMgr.Entry. getParent(FileMgr.EntryCallback callback)voidFileMgr.Entry. moveTo(FileMgr.Entry entry, String newName, FileMgr.EntryCallback callback)
-