|
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.FtpChangeDirEvent
Fired when the remote directory path is changed.
| Constructor Summary | |
FtpChangeDirEvent(java.lang.Object source,
java.lang.String dir)
Creates a new FtpChangeDirEvent instance. |
|
| Method Summary | |
void |
accept(FtpListener listener)
Method accept |
java.lang.String |
getDirectory()
Gets new remote directory path |
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 FtpChangeDirEvent(java.lang.Object source,
java.lang.String dir)
source - the source of the eventdir - the new remote directory path| Method Detail |
public void accept(FtpListener listener)
accept in class FtpEventlistener - FtpEvent.accept(FtpListener)public java.lang.String getDirectory()
public java.lang.String toString()
|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||