|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Progress
The Progress
interface is responsible for reporting the progress
of a data transfer from the FTP server.
Method Summary | |
---|---|
void |
finishProgress()
Called at the end of the data transfer. |
void |
startProgress()
Called at the beginning of the data transfer. |
void |
updateProgress(long current,
long total)
Called repeatedly during the data transfer. |
Method Detail |
---|
void startProgress()
void updateProgress(long current, long total)
current
- the current amount of bytes transferred.total
- the total amount of bytes in the transfer.void finishProgress()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |