Uses of Interface
com.enterprisedt.net.ftp.EventListener

Packages that use EventListener
com.enterprisedt.net.ftp Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. 
 

Uses of EventListener in com.enterprisedt.net.ftp
 

Classes in com.enterprisedt.net.ftp that implement EventListener
 class EventAdapter
          An adapter class that implements dummy methods of the EventListener interface.
 

Fields in com.enterprisedt.net.ftp declared as EventListener
protected  EventListener SecureFileTransferClient.eventListener
          Notifies of various events
protected  EventListener FileTransferClient.listener
          Event listeners
 

Methods in com.enterprisedt.net.ftp with parameters of type EventListener
 void SecureFileTransferClient.setEventListener(EventListener listener)
          Set the event listener for transfer event notification
 void FileTransferClientInterface.setEventListener(EventListener listener)
          Set the event listener for transfer event notification
 void FileTransferClient.setEventListener(EventListener listener)
          Set the event listener for transfer event notification
 



Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.