Package com.enterprisedt.net.ftp.async


package com.enterprisedt.net.ftp.async
This package contains the classes used for asynchronous programming - primarily the XXXResult classes, which are returned from asynchronous methods and used to provide details about the operation, such as what file is being transferred. Another important class is AsyncCallback, which provides the interfaces that callback classes must implement to be notified of the completion of an asynchronous operation.