ar.com.leak.iolsucker.view
Interface DownloadMeter

All Known Implementing Classes:
ConsoleDownloadMeter, LoggerDownloadMeter, NullDownloadMeter, SilentDownloadMeter

public interface DownloadMeter

Download progress meter.

Version:
$Id: DownloadMeter.java,v 1.2 2004/07/23 04:40:06 brett Exp $
Author:
Brett Porter

Method Summary
 void finish(int total)
          Finalise the progress bar.
 void update(int complete, int total)
          Update the progress bar.
 

Method Detail

update

void update(int complete,
            int total)
Update the progress bar.

Parameters:
complete - amount complete in bytes
total - the total in bytes, or 0 if unknown

finish

void finish(int total)
Finalise the progress bar.

Parameters:
total - the total in bytes


Copyright © 2005-2009 leak.com.ar. All Rights Reserved.