public interface FileTransferListener extends Listener
FileTransferListener here.| Modifier and Type | Method and Description |
|---|---|
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. |
void ftDisconnect(AIMSession sess)
ftDisconnect method here.sess - an AIMSession valuevoid ftEstablished(AIMSession sess)
ftEstablished method here.sess - an AIMSession valuevoid ftSent(long totalBytesSent,
long flength)
ftSent method here.totalBytesSent - a long valueflength - a long valuevoid ftReceived(long totalBytesRead,
long flength)
ftReceived method here.totalBytesRead - a long valueflength - a long value