Package | Description |
---|---|
com.amazonaws.event |
Modifier and Type | Method and Description |
---|---|
ProgressEvent |
ProgressEventFilter.filter(ProgressEvent progressEvent)
Returns the filtered event object that will be actually passed into
the listeners.
|
Modifier and Type | Method and Description |
---|---|
ProgressEvent |
ProgressEventFilter.filter(ProgressEvent progressEvent)
Returns the filtered event object that will be actually passed into
the listeners.
|
void |
ProgressListenerChain.progressChanged(ProgressEvent progressEvent) |
void |
ProgressTracker.progressChanged(ProgressEvent progressEvent) |
void |
ProgressListener.progressChanged(ProgressEvent progressEvent)
Called when progress has changed, such as additional bytes transferred,
transfer failed, etc.
|
void |
ProgressListener.NoOpProgressListener.progressChanged(ProgressEvent progressEvent) |
void |
ProgressListener.ExceptionReporter.progressChanged(ProgressEvent progressEvent)
Delivers the progress event to the underlying listener but only if
there has not been an exception previously thrown by the listener.
|
Copyright © 2023. All rights reserved.