Class FtpsModule.CustomFTPDataTransferListener

java.lang.Object
ecmwf.common.ectrans.module.FtpsModule.CustomFTPDataTransferListener
All Implemented Interfaces:
it.sauronsoftware.ftp4j.FTPDataTransferListener
Enclosing class:
FtpsModule

public class FtpsModule.CustomFTPDataTransferListener extends Object implements it.sauronsoftware.ftp4j.FTPDataTransferListener
The listener interface for receiving customFTPDataTransfer events. The class that is interested in processing a customFTPDataTransfer event implements this interface, and the object created with that class is registered with a component using the component's addCustomFTPDataTransferListener method. When the customFTPDataTransfer event occurs, that object's appropriate method is invoked.
  • Constructor Details

    • CustomFTPDataTransferListener

      public CustomFTPDataTransferListener()
  • Method Details

    • transferred

      public void transferred(int paramInt)
      Transferred.
      Specified by:
      transferred in interface it.sauronsoftware.ftp4j.FTPDataTransferListener
      Parameters:
      paramInt - the param int
    • started

      public void started()
      Started.
      Specified by:
      started in interface it.sauronsoftware.ftp4j.FTPDataTransferListener
    • failed

      public void failed()
      Failed.
      Specified by:
      failed in interface it.sauronsoftware.ftp4j.FTPDataTransferListener
    • completed

      public void completed()
      Completed.
      Specified by:
      completed in interface it.sauronsoftware.ftp4j.FTPDataTransferListener
    • aborted

      public void aborted()
      Aborted.
      Specified by:
      aborted in interface it.sauronsoftware.ftp4j.FTPDataTransferListener