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