Package | Description |
---|---|
com.enterprisedt.net.ftp | |
com.enterprisedt.net.ftp.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
FTPProgressMonitorEx
Enhances FTPProgressMonitor to add notifications for start and
completion of the transfer.
|
Modifier and Type | Method and Description |
---|---|
FTPProgressMonitor |
FTPClient.getProgressMonitor()
Get the reference to the progress monitor
|
Modifier and Type | Method and Description |
---|---|
void |
FTPClientInterface.setProgressMonitor(FTPProgressMonitor monitor)
Set a progress monitor for callbacks.
|
void |
FTPClient.setProgressMonitor(FTPProgressMonitor monitor) |
void |
FTPClientInterface.setProgressMonitor(FTPProgressMonitor monitor,
long interval)
Set a progress monitor for callbacks.
|
void |
FTPClient.setProgressMonitor(FTPProgressMonitor monitor,
long interval) |
Modifier and Type | Class and Description |
---|---|
class |
EventAggregator
Implements the legacy listener interfaces and aggregates them into
the one EventListener interface
|