|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FTPProgressMonitorEx
Enhances FTPProgressMonitor to add notifications for start and completion of the transfer.
| Method Summary | |
|---|---|
void |
transferComplete(TransferDirection direction,
java.lang.String remoteFile)
Notify that a transfer has completed |
void |
transferStarted(TransferDirection direction,
java.lang.String remoteFile)
Notify that a transfer has started |
| Methods inherited from interface com.enterprisedt.net.ftp.FTPProgressMonitor |
|---|
bytesTransferred |
| Method Detail |
|---|
void transferStarted(TransferDirection direction,
java.lang.String remoteFile)
direction - the transfer directionremoteFile - name of the remote file
void transferComplete(TransferDirection direction,
java.lang.String remoteFile)
direction - the transfer directionremoteFile - name of the remote file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||