| Package | Description |
|---|---|
| com.enterprisedt.net.ftp | |
| com.enterprisedt.net.ftp.internal |
| Modifier and Type | Method and Description |
|---|---|
FTPProgressMonitorEx |
FTPClient.getProgressMonitorEx()
Get reference to the transfer listener
|
| Modifier and Type | Method and Description |
|---|---|
void |
FTPOutputStream.setMonitor(FTPProgressMonitorEx monitor,
long monitorInterval)
The output stream uses the progress monitor currently owned by the FTP client.
|
void |
FTPInputStream.setMonitor(FTPProgressMonitorEx monitor,
long monitorInterval)
The input stream uses the progress monitor currently owned by the FTP client.
|
void |
FTPClient.setProgressMonitorEx(FTPProgressMonitorEx monitorEx)
Set reference to the transfer listener
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventAggregator
Implements the legacy listener interfaces and aggregates them into
the one EventListener interface
|