Package | Description |
---|---|
com.amazonaws.event | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
ProgressEvent |
ProgressListenerChain.ProgressEventFilter.filter(ProgressEvent progressEvent)
Returns the filtered event object that will be actually passed into
the listeners.
|
Modifier and Type | Method and Description |
---|---|
ProgressEvent |
ProgressListenerChain.ProgressEventFilter.filter(ProgressEvent progressEvent)
Returns the filtered event object that will be actually passed into
the listeners.
|
void |
ProgressListenerCallbackExecutor.progressChanged(ProgressEvent progressEvent) |
void |
ProgressListenerChain.progressChanged(ProgressEvent progressEvent) |
void |
ProgressListener.progressChanged(ProgressEvent progressEvent)
Called when progress has changed, such as additional bytes transferred,
transfer failed, etc.
|
static Future<?> |
ProgressListenerCallbackExecutor.progressChanged(ProgressListener listener,
ProgressEvent progressEvent)
Used to submit a task to publish a progress event to the given listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ProgressEvent
Deprecated.
Replaced by
ProgressEvent |
Modifier and Type | Method and Description |
---|---|
void |
LegacyS3ProgressListener.progressChanged(ProgressEvent progressEvent) |
Copyright © 2014. All rights reserved.