|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.remote.adapter.FtpFileListenerAdapter
public class FtpFileListenerAdapter
Ftp file upload/download/delete listener remote interface.
Constructor Summary | |
---|---|
FtpFileListenerAdapter()
Default constructor. |
Method Summary | |
---|---|
FtpFileListener |
getFileListener()
Get actual listener object |
void |
notifyDelete(File file,
String sessionId)
User file delete notification. |
void |
notifyDownload(File file,
String sessionId)
User file download notification. |
void |
notifyUpload(File file,
String sessionId)
User file upload notification. |
void |
setFileListener(FtpFileListener listener)
Set file listener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FtpFileListenerAdapter()
Method Detail |
---|
public FtpFileListener getFileListener()
public void setFileListener(FtpFileListener listener)
public void notifyUpload(File file, String sessionId)
notifyUpload
in interface FtpFileListener
public void notifyDownload(File file, String sessionId)
notifyDownload
in interface FtpFileListener
public void notifyDelete(File file, String sessionId)
notifyDelete
in interface FtpFileListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |