|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
com.jscape.inet.ftp.FxpEndEvent
Fired for each file successfully transferred during an FXP transfer.
| Constructor Summary | |
FxpEndEvent(java.lang.Object src,
java.lang.Object destination,
java.lang.String filename)
Creates a new FxpEndEvent instance |
|
| Method Summary | |
java.lang.Object |
getDestination()
Gets destination Ftp or Ftps instance |
java.lang.String |
getFilename()
Gets name of file transferred |
java.lang.Object |
getSource()
Gets source Ftp or Ftps instance |
| Methods inherited from class java.util.EventObject |
toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FxpEndEvent(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 transferred| Method Detail |
public java.lang.Object getSource()
Ftp,
Ftpspublic java.lang.Object getDestination()
Ftp,
Ftpspublic java.lang.String getFilename()
|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||