public interface FileObserver
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.