public interface FtpEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterCommand(FtpEvent event)
Called after the command has been processed.
|
void |
beforeCommand(FtpEvent event)
Called before the given command is processed.
|
void |
onUnsupportedCommand(FtpEvent event)
Called when an unsupported command is processed.
|
void beforeCommand(FtpEvent event)
event - the eventvoid afterCommand(FtpEvent event)
event - the eventvoid onUnsupportedCommand(FtpEvent event)
event - the event