public class FtpCommandEvent extends FtpEvent
| Constructor and Description |
|---|
FtpCommandEvent(java.lang.Object source,
java.lang.String command)
Creates FtpCommandEvent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(FtpListener listener)
Event is accepted by listener
|
java.lang.String |
getCommand()
Gets command sent to FTP server.
|
public FtpCommandEvent(java.lang.Object source,
java.lang.String command)
source - the source of the eventcommand - the command sent to FTP serverpublic java.lang.String getCommand()
public void accept(FtpListener listener)
FtpEventCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved