|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.dev.ftp.server.FtpEvent
public class FtpEvent
Describes an FTP event. This class is used by the FtpEventListener.
Method Summary | |
---|---|
java.lang.String |
getCommand()
Get the FTP command. |
FtpControl |
getControl()
Get the FTP control object. |
java.lang.String |
getParam()
Get the parameter of the FTP command (if any). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getCommand()
public FtpControl getControl()
public java.lang.String getParam()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |