org.apache.ftpserver.interfaces
Interface FtpStatisticsListener

All Known Implementing Classes:
FtpStatisticsListenerAdapter

public interface FtpStatisticsListener

Ftp statistics listener interface.

Author:
Rana Bhattacharyya

Method Summary
 void notifyConnection()
          Connection open/close notification
 void notifyDelete()
          User file delete notification.
 void notifyDownload()
          User file download notification.
 void notifyLogin()
          New user login notification.
 void notifyLogout()
          User logout notification.
 void notifyUpload()
          User file upload notification.
 

Method Detail

notifyUpload

void notifyUpload()
User file upload notification.


notifyDownload

void notifyDownload()
User file download notification.


notifyDelete

void notifyDelete()
User file delete notification.


notifyLogin

void notifyLogin()
New user login notification.


notifyLogout

void notifyLogout()
User logout notification.


notifyConnection

void notifyConnection()
Connection open/close notification



Copyright © 2001-2012 Codehaus. All Rights Reserved.