rabbit.httpio
Interface TransferListener


public interface TransferListener

A listener for transfers.

Author:
Robert Olofsson

Method Summary
 void failed(Exception cause)
          Reading failed
 void transferOk()
          The transfer completed successfully.
 

Method Detail

transferOk

void transferOk()
The transfer completed successfully.


failed

void failed(Exception cause)
Reading failed

Parameters:
cause - the real reason the operation failed.