|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FtpFileListener
Ftp file upload/download/delete listener remote interface.
Method Summary | |
---|---|
void |
notifyDelete(String file,
String sessionId)
User file delete notification. |
void |
notifyDownload(String file,
String sessionId)
User file download notification. |
void |
notifyUpload(String file,
String sessionId)
User file upload notification. |
Method Detail |
---|
void notifyUpload(String file, String sessionId) throws RemoteException
RemoteException
void notifyDownload(String file, String sessionId) throws RemoteException
RemoteException
void notifyDelete(String file, String sessionId) throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |