|
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.filetransfer.FileTransferEvent
com.jscape.filetransfer.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 from| Method Detail |
public java.lang.String getDirectory()
public java.lang.String getPath()
public void accept(FileTransferListener listener)
accept in class FileTransferEventlistener - the listener which receives event
|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||