|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.sftp.events.SftpEvent
com.jscape.inet.sftp.events.SftpDeleteDirEvent
public final class SftpDeleteDirEvent
This event is fired when directory is deleted from server.
Constructor Summary | |
---|---|
SftpDeleteDirEvent(Sftp source,
java.lang.String dir,
java.lang.String path)
Creates a new SftpDeleteDirEvent instance. |
Method Summary | |
---|---|
void |
acceptListener(SftpListener listener)
The "backwards dispatching" support. |
java.lang.String |
getDirectory()
Gets name of directory deleted. |
java.lang.String |
getPath()
Gets the path the directory was deleted from |
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 |
---|
public SftpDeleteDirEvent(Sftp source, java.lang.String dir, java.lang.String path)
source
- the source of the eventdir
- the name of the directory deletedpath
- the directory path the directory was deleted fromMethod Detail |
---|
public java.lang.String getDirectory()
public java.lang.String getPath()
public void acceptListener(SftpListener listener)
acceptListener
in class SftpEvent
listener
- the event listener
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |