Uses of Class
com.myjavaworld.ftp.DataConnectionEvent

Packages that use DataConnectionEvent
com.myjavaworld.ftp This package contains the interfaces and default implementations for accessing a remote computer using file transfer protocol (FTP). 
 

Uses of DataConnectionEvent in com.myjavaworld.ftp
 

Methods in com.myjavaworld.ftp with parameters of type DataConnectionEvent
 void DataConnectionListener.dataTransferAborted(DataConnectionEvent evt)
          Indicates that a data transfer was aborted by the user.
 void DataConnectionListener.dataTransferError(DataConnectionEvent evt)
          Indicates that the data transfer could not be completed because of some error.
 void DataConnectionListener.dataTransferFinished(DataConnectionEvent evt)
          Indicates a data transfer has finished.
 void DataConnectionListener.dataTransferProgress(DataConnectionEvent evt)
          Indicates that a data transfer is still in progress.
 void DataConnectionListener.dataTransferStarted(DataConnectionEvent evt)
          Indicates a new data transfer has started.
protected  void DataConnection.fireDataTransferAborted(DataConnectionEvent evt)
          Notifies the registered listeners that the data transfer has aborted.
protected  void DataConnection.fireDataTransferFinished(DataConnectionEvent evt)
          Notifies the registered listeners that the data transfer has finished.
protected  void DataConnection.fireDataTransferProgress(DataConnectionEvent evt)
          Notifies the registered listeners that the data transfer is in progress.
protected  void DataConnection.fireDataTransferStarted(DataConnectionEvent evt)
          Notifies the registered listeners that the data transfer has started.
 



Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.