|
||||||||||
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 interface.
Method Summary | |
---|---|
void |
notifyDelete(File file,
String sessionId)
User file delete notification. |
void |
notifyDownload(File file,
String sessionId)
User file download notification. |
void |
notifyUpload(File file,
String sessionId)
User file upload notification. |
Method Detail |
---|
void notifyUpload(File file, String sessionId)
void notifyDownload(File file, String sessionId)
void notifyDelete(File file, String sessionId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |