com.cloudbees.api
Interface UploadProgress

All Known Implementing Classes:
HashWriteProgress

public interface UploadProgress


Method Summary
 void handleBytesWritten(long deltaCount, long totalWritten, long totalToSend)
           
 

Method Detail

handleBytesWritten

void handleBytesWritten(long deltaCount,
                        long totalWritten,
                        long totalToSend)
Parameters:
deltaCount - the number of new bytes sent since last notification.
totalWritten - the total number of bytes sent so far
totalToSend - the total bytes being sent


Copyright © 2011. All Rights Reserved.