com.sshtools.j2ssh
Interface FileTransferProgress
public interface FileTransferProgress
Title:
Description:
Copyright: Copyright (c) 2003
Company:
$Id: FileTransferProgress.java,v 1.10 2003/09/11 15:35:00 martianx Exp $
completed
public void completed()
isCancelled
public boolean isCancelled()
progressed
public void progressed(long bytesSoFar)
started
public void started(long bytesTotal,
String remoteFile)
bytesTotal
- remoteFile
-
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.