Secure iNet Factory

com.jscape.inet.sftp.events
Class SftpUploadEvent

java.lang.Object
  extended bycom.jscape.inet.sftp.events.SftpEvent
      extended bycom.jscape.inet.sftp.events.SftpTransferCompleteEvent
          extended bycom.jscape.inet.sftp.events.SftpUploadEvent

public final class SftpUploadEvent
extends SftpTransferCompleteEvent

This event is fired when file is uploaded to the SSH server.


Constructor Summary
SftpUploadEvent(Sftp source, java.lang.String fileName, java.lang.String path, long fileSize, long uploadTime)
          Creates a new event instance.
 
Method Summary
 void acceptListener(SftpListener listener)
          The "backwards dispatching" support.
 
Methods inherited from class com.jscape.inet.sftp.events.SftpTransferCompleteEvent
getFilename, getFilesize, getPath, getTime
 
Methods inherited from class com.jscape.inet.sftp.events.SftpEvent
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SftpUploadEvent

public SftpUploadEvent(Sftp source,
                       java.lang.String fileName,
                       java.lang.String path,
                       long fileSize,
                       long uploadTime)
Creates a new event instance.

Parameters:
source - the source of the event
fileName - the file name
path - the remote path the file was uploaded to
fileSize - the file size in bytes
uploadTime - total download time
Method Detail

acceptListener

public void acceptListener(SftpListener listener)
The "backwards dispatching" support.

Specified by:
acceptListener in class SftpEvent
Parameters:
listener - the event listener

Secure iNet Factory

Copyright JSCAPE 1999-2008 All Rights Reserved