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