|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FtpEventListener
Event listener for the FTP Server.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void beforeCommand(FtpEvent event)
event
- the eventvoid afterCommand(FtpEvent event)
event
- the eventvoid onUnsupportedCommand(FtpEvent event)
event
- the event
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |