|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.remote.adapter.FtpStatisticsListenerAdapter
Ftp statistics listener remote interface.
Constructor Summary | |
FtpStatisticsListenerAdapter()
Constructor - set the actual listener object |
Method Summary | |
FtpStatisticsListener |
getStatisticsListener()
Get the actual listener object |
void |
notifyConnection()
Connection open/close notification |
void |
notifyDelete()
User file delete notification. |
void |
notifyDownload()
User file download notification. |
void |
notifyLogin()
New user login notification. |
void |
notifyLogout()
User logout notification. |
void |
notifyUpload()
User file upload notification. |
void |
setStatisticsListener(FtpStatisticsListener listener)
Set the actual listener object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FtpStatisticsListenerAdapter()
Method Detail |
public FtpStatisticsListener getStatisticsListener()
public void setStatisticsListener(FtpStatisticsListener listener)
public void notifyUpload()
notifyUpload
in interface FtpStatisticsListener
public void notifyDownload()
notifyDownload
in interface FtpStatisticsListener
public void notifyDelete()
notifyDelete
in interface FtpStatisticsListener
public void notifyLogin()
notifyLogin
in interface FtpStatisticsListener
public void notifyLogout()
notifyLogout
in interface FtpStatisticsListener
public void notifyConnection()
notifyConnection
in interface FtpStatisticsListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |