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

public void notifyUpload()
User file upload notification.


notifyDownload

public void notifyDownload()
User file download notification.


notifyDelete

public void notifyDelete()
User file delete notification.


notifyLogin

public void notifyLogin()
New user login notification.


notifyLogout

public void notifyLogout()
User logout notification.


notifyConnection

public void notifyConnection()
Connection open/close notification



Copyright © 2001-2007 Codehaus. All Rights Reserved.