public interface

ProgressListener

com.google.gdata.client.uploader.ProgressListener

Class Overview

An interface for receiving progress notifications for uploads.

Summary

Public Methods
abstract void progressChanged(ResumableHttpFileUploader uploaderWithProgress)
Called to notify that progress has been changed.

Public Methods

public abstract void progressChanged (ResumableHttpFileUploader uploaderWithProgress)

Called to notify that progress has been changed. This method is called periodically (a configurable number of milliseconds depending on its use), and always immediately when the upload completes. Progress notifications are not made while an upload has not been started, is paused, or after it completes.

Parameters
uploaderWithProgress Reference to the uploader instance whose progress has changed.