|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileObserver
Internal class, do not use directly. This is the file related activity observer.
Method Summary | |
---|---|
void |
notifyDelete(FtpIoSession session,
FtpFile file)
User file delete notification. |
void |
notifyDownload(FtpIoSession session,
FtpFile file,
long size)
User file download notification. |
void |
notifyMkdir(FtpIoSession session,
FtpFile file)
User make directory notification. |
void |
notifyRmdir(FtpIoSession session,
FtpFile file)
User remove directory notification. |
void |
notifyUpload(FtpIoSession session,
FtpFile file,
long size)
User file upload notification. |
Method Detail |
---|
void notifyUpload(FtpIoSession session, FtpFile file, long size)
void notifyDownload(FtpIoSession session, FtpFile file, long size)
void notifyDelete(FtpIoSession session, FtpFile file)
void notifyMkdir(FtpIoSession session, FtpFile file)
void notifyRmdir(FtpIoSession session, FtpFile file)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |