public class FxpStartEvent
extends java.util.EventObject
| Constructor and Description |
|---|
FxpStartEvent(java.lang.Object src,
java.lang.Object destination,
java.lang.String filename)
Creates a new FxpStartEvent instance
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDestination()
Gets destination Ftp or Ftps instance
|
java.lang.String |
getFilename()
Gets filename of file being transfered
|
java.lang.Object |
getSource()
Gets source Ftp or Ftps instance
|
public FxpStartEvent(java.lang.Object src,
java.lang.Object destination,
java.lang.String filename)
src - the source Ftp or Ftps instancedestination - the destination Ftp or Ftps instancefilename - the filename being transferredCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved