|
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.filetransfer.FileTransferEvent
com.jscape.filetransfer.FileTransferCreateDirEvent
public class FileTransferCreateDirEvent
Fired when directory is created on server.
Constructor Summary | |
---|---|
FileTransferCreateDirEvent(java.lang.Object source,
java.lang.String dir,
java.lang.String path)
Creates FileTransferCreateDirEvent . |
Method Summary | |
---|---|
void |
accept(FileTransferListener listener)
Accepts event via FileTransferListener. |
java.lang.String |
getDirectory()
Gets the directory that was created. |
java.lang.String |
getPath()
Gets the path the new directory was created from. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileTransferCreateDirEvent(java.lang.Object source, java.lang.String dir, java.lang.String path)
FileTransferCreateDirEvent
.
source
- the source of the eventdir
- the directory created on serverpath
- the path the new directory was created fromMethod Detail |
---|
public java.lang.String getDirectory()
public java.lang.String getPath()
public void accept(FileTransferListener listener)
accept
in class FileTransferEvent
listener
- the listener which receives event
|
Secure FTP Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |