org.apache.ftpserver.interfaces
Interface FtpConnectionObserver

All Known Implementing Classes:
FtpConnectionObserverAdapter

public interface FtpConnectionObserver

This observer interface monitors all the ftp connections.

Author:
Rana Bhattacharyya

Method Summary
 void newConnection(FtpUser user)
          New connection notification.
 void removeConnection(FtpUser user)
          Close connection notification
 void updateConnection(FtpUser user)
          Update connection notification
 

Method Detail

newConnection

public void newConnection(FtpUser user)
New connection notification.

Parameters:
user - new connected user.

removeConnection

public void removeConnection(FtpUser user)
Close connection notification

Parameters:
user - closed user object

updateConnection

public void updateConnection(FtpUser user)
Update connection notification

Parameters:
user - updated user object


Copyright © -2005 . All Rights Reserved.