org.walluck.oscar.handlers.filetransfer
Interface FileTransferListener

All Superinterfaces:
Listener
All Known Implementing Classes:
Script, ScriptAdapter

public interface FileTransferListener
extends Listener

Describe interface FileTransferListener here.

Since:
1.0
Version:
1.0
Author:
David Walluck

Method Summary
 void ftDisconnect(AIMSession sess)
          Describe ftDisconnect method here.
 void ftEstablished(AIMSession sess)
          Describe ftEstablished method here.
 void ftReceived(long totalBytesRead, long flength)
          Describe ftReceived method here.
 void ftSent(long totalBytesSent, long flength)
          Describe ftSent method here.
 

Method Detail

ftDisconnect

void ftDisconnect(AIMSession sess)
Describe ftDisconnect method here.

Parameters:
sess - an AIMSession value

ftEstablished

void ftEstablished(AIMSession sess)
Describe ftEstablished method here.

Parameters:
sess - an AIMSession value

ftSent

void ftSent(long totalBytesSent,
            long flength)
Describe ftSent method here.

Parameters:
totalBytesSent - a long value
flength - a long value

ftReceived

void ftReceived(long totalBytesRead,
                long flength)
Describe ftReceived method here.

Parameters:
totalBytesRead - a long value
flength - a long value