|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void newConnection(FtpUser user)
user
- new connected user.public void removeConnection(FtpUser user)
user
- closed user objectpublic void updateConnection(FtpUser user)
user
- updated user object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |