public interface S3ProgressListener extends ProgressListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPersistableTransfer(PersistableTransfer persistableTransfer)
Deprecated.
Called when the information to resume an upload/download operation is
available, The execution of the callback of this listener is managed by
S3ProgressPublisher class, which maintains a
single thread to sequentially execute all callbacks. |
progressChangedvoid onPersistableTransfer(PersistableTransfer persistableTransfer)
S3ProgressPublisher class, which maintains a
single thread to sequentially execute all callbacks.persistableTransfer - A non null opaque token used to resume an upload or download.S3ProgressPublisher