org.neociclo.odetteftp.support
Interface OftpletEventListener
- All Superinterfaces:
- EventListener, OftpletListener, OftpletSpeaker
- All Known Implementing Classes:
- OftpletEventListenerAdapter
public interface OftpletEventListener
- extends OftpletSpeaker, OftpletListener, EventListener
- Version:
- $Rev: 805 $ $Date: 2010-10-20 11:14:54 -0200 (Wed, 20 Oct 2010) $
- Author:
- Rafael Marins
onExceptionCaught
void onExceptionCaught(Throwable cause)
onSessionStart
void onSessionStart()
onSessionEnd
void onSessionEnd()
destroy
void destroy()
init
void init(OdetteFtpSession session)
throws OdetteFtpException
- Throws:
OdetteFtpException
configure
void configure(OdetteFtpSession session)
ACCORD