org.apache.ftpserver.remote.interfaces
Interface FtpFileListener

All Superinterfaces:
Remote

public interface FtpFileListener
extends Remote

Ftp file upload/download/delete listener remote interface.

Author:
Rana Bhattacharyya

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

notifyUpload

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

Throws:
RemoteException

notifyDownload

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

Throws:
RemoteException

notifyDelete

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

Throws:
RemoteException


Copyright © 2001-2012 Codehaus. All Rights Reserved.