|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FtpStatisticsListener
Ftp statistics listener remote interface.
Method Summary | |
---|---|
void |
notifyConnection()
Connection open/close notification |
void |
notifyDelete()
User file delete notification. |
void |
notifyDownload()
User file download notification. |
void |
notifyLogin()
New user login notification. |
void |
notifyLogout()
User logout notification. |
void |
notifyUpload()
User file upload notification. |
Method Detail |
---|
void notifyUpload() throws RemoteException
RemoteException
void notifyDownload() throws RemoteException
RemoteException
void notifyDelete() throws RemoteException
RemoteException
void notifyLogin() throws RemoteException
RemoteException
void notifyLogout() throws RemoteException
RemoteException
void notifyConnection() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |