public interface FileCopyProgressListener
| Modifier and Type | Method and Description |
|---|---|
void |
updateByte(int n)
Updates the current byte number of the file transferred.
|
void |
updateFile(String sourceFile,
String destFile,
int fileNo,
int fileSize)
A new file transfer started.
|
void updateFile(String sourceFile, String destFile, int fileNo, int fileSize)
sourceFile - Name and path of the source file.destFile - Name and path of the destination file.fileNo - Number of the current file.fileSize - Size of the file.void updateByte(int n)
n - Byte number.Copyright © 2013 Future Invent Informationsmanagement GmbH, Hamburg (Germany). All Rights Reserved.