|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FtpConnectionObserver
This observer interface monitors all the ftp connections.
| Method Summary | |
|---|---|
void |
newConnection(FtpUser user)
New connection notification. |
void |
removeConnection(FtpUser user)
Close connection notification |
void |
updateConnection(FtpUser user)
Update connection notification |
| Method Detail |
|---|
void newConnection(FtpUser user)
user - new connected user.void removeConnection(FtpUser user)
user - closed user objectvoid updateConnection(FtpUser user)
user - updated user object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||