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

Method Summary
 void configure(OdetteFtpSession session)
           
 void destroy()
           
 void init(OdetteFtpSession session)
           
 void onExceptionCaught(Throwable cause)
           
 void onSessionEnd()
           
 void onSessionStart()
           
 
Methods inherited from interface org.neociclo.odetteftp.oftplet.OftpletSpeaker
nextOftpObjectToSend, onDataSent, onNotificationSent, onSendFileEnd, onSendFileError, onSendFileStart
 
Methods inherited from interface org.neociclo.odetteftp.oftplet.OftpletListener
acceptStartFile, onDataReceived, onNotificationReceived, onReceiveFileEnd, onReceiveFileError, onReceiveFileStart
 

Method Detail

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