|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileCopyProgressListener
Gets informed about file copy progress.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||