|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FTPConnectionEvent | |
|---|---|
| com.myjavaworld.ftp | This package contains the interfaces and default implementations for accessing a remote computer using file transfer protocol (FTP). |
| Uses of FTPConnectionEvent in com.myjavaworld.ftp |
|---|
| Methods in com.myjavaworld.ftp with parameters of type FTPConnectionEvent | |
|---|---|
void |
FTPConnectionListener.connectionClosed(FTPConnectionEvent evt)
Called when the connection is closed. |
void |
FTPConnectionListener.connectionOpened(FTPConnectionEvent evt)
Called when a connection is opened. |
protected void |
DefaultFTPClient.fireConnectionClosed(FTPConnectionEvent evt)
Fires the connection closed event to all registered listeners. |
protected void |
DefaultFTPClient.fireConnectionOpened(FTPConnectionEvent evt)
Fires the ConnectionOpened event to all registered listeners. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||