|
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.inet.ftp.FtpEvent
com.jscape.inet.ftp.FtpDisconnectedEvent
Fired when connection to FTP server is released.
| Constructor Summary | |
FtpDisconnectedEvent(java.lang.Object source,
java.lang.String hostname)
Creates FtpDisconnectedEvent. |
|
| Method Summary | |
void |
accept(FtpListener listener)
Event is accepted by listener |
java.lang.String |
getHostname()
Gets FTP server hostname. |
java.lang.String |
toString()
Gets String equivalent 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 FtpDisconnectedEvent(java.lang.Object source,
java.lang.String hostname)
source - the source of the eventhostname - the hostname of the FTP server| Method Detail |
public java.lang.String getHostname()
public void accept(FtpListener listener)
FtpEvent
accept in class FtpEventlistener - public java.lang.String toString()
|
Secure FTP Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||