NOS.io
Interface NOSTransferProgressListener


public interface NOSTransferProgressListener


Method Summary
 void notifyTransferProgress(long amount)
          Notify this listener that the given amount of bytes have been transfered.
 

Method Detail

notifyTransferProgress

void notifyTransferProgress(long amount)
Notify this listener that the given amount of bytes have been transfered.

Parameters:
amount - The amount of bytes transfered since the transfer began.