| com.google.gdata.client.uploader.ProgressListener |
An interface for receiving progress notifications for uploads.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called to notify that progress has been changed.
| |||||||||||
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.
| uploaderWithProgress | Reference to the uploader instance whose progress has changed. |
|---|