public class SftpListingEvent extends SftpEvent
| Constructor and Description |
|---|
SftpListingEvent(Sftp source,
java.util.Enumeration files)
Creates a new event instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SftpListener listener)
The "backwards dispatching" support.
|
java.util.Enumeration |
getFiles()
Obtains the file listing.
|
public SftpListingEvent(Sftp source, java.util.Enumeration files)
source - the source of the eventfiles - an enumeration of SftpFile objectspublic java.util.Enumeration getFiles()
public void accept(SftpListener listener)
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved