|
Secure FTP 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.FtpEvent
com.jscape.inet.ftp.FtpDeleteFileEvent
Fired when a file is deleted from remote server
| Constructor Summary | |
FtpDeleteFileEvent(java.lang.Object source,
java.lang.String file,
java.lang.String path)
Creates a new FtpDeleteFileEvent instance |
|
| Method Summary | |
void |
accept(FtpListener listener)
Method accept |
java.lang.String |
getFile()
Gets name of file deleted |
java.lang.String |
getPath()
Gets remote directory path that this file was deleted from |
java.lang.String |
toString()
Gets String representation of this event. |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FtpDeleteFileEvent(java.lang.Object source,
java.lang.String file,
java.lang.String path)
source - the event sourcefile - the name of file deletedpath - the remote directory path this file was deleted from| Method Detail |
public java.lang.String getPath()
public void accept(FtpListener listener)
accept in class FtpEventlistener - FtpEvent.accept(FtpListener)public java.lang.String getFile()
public java.lang.String toString()
|
Secure FTP Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||