org.apache.ftpserver.interfaces
Interface FtpFileListener

All Known Implementing Classes:
FtpFileListenerAdapter

public interface FtpFileListener

Ftp file upload/download/delete listener interface.

Author:
Rana Bhattacharyya

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

notifyUpload

void notifyUpload(File file,
                  String sessionId)
User file upload notification.


notifyDownload

void notifyDownload(File file,
                    String sessionId)
User file download notification.


notifyDelete

void notifyDelete(File file,
                  String sessionId)
User file delete notification.



Copyright © 2001-2012 Codehaus. All Rights Reserved.