|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for tracking progress when transferring files
Method Summary | |
void |
endDir()
Called when all files in a directory have been transferred |
void |
endFile()
Called when a file has been successfully transferred |
void |
startDir(java.lang.String file)
Called when the transfer starts to transfer all files in a directory. |
void |
startFile(java.lang.String file,
long size)
Called when a file starts to transfer |
Methods inherited from interface com.mindbright.util.Progress |
progress |
Method Detail |
public void startFile(java.lang.String file, long size)
file
- name of file to transfersize
- file sizepublic void startDir(java.lang.String file)
file
- name of directorypublic void endFile()
public void endDir()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |