|
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.FtpEvent
com.jscape.inet.ftp.FtpDeleteDirEvent
public class FtpDeleteDirEvent
Fired when a directory is deleted on the remote server.
Constructor Summary | |
---|---|
FtpDeleteDirEvent(java.lang.Object source,
java.lang.String dir,
java.lang.String path)
Creates a new FtpDeleteDirEvent instance |
Method Summary | |
---|---|
void |
accept(FtpListener listener)
Method accept |
java.lang.String |
getDirectory()
Gets name of directory deleted. |
java.lang.String |
getPath()
Gets remote directory path that this directory was deleted from |
java.lang.String |
toString()
Gets String representation of 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 FtpDeleteDirEvent(java.lang.Object source, java.lang.String dir, java.lang.String path)
source
- the event sourcedir
- the directory deletedpath
- the remote directory path that this directory was deleted fromMethod Detail |
---|
public void accept(FtpListener listener)
accept
in class FtpEvent
FtpEvent.accept(FtpListener)
public java.lang.String getPath()
public java.lang.String getDirectory()
public java.lang.String toString()
toString
in class java.util.EventObject
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |