Class ProgressEvent

java.lang.Object
com.amazonaws.event.ProgressEvent
Direct Known Subclasses:
ProgressEvent

public class ProgressEvent extends Object
A progress event. Typically this is used to notify a chunk of bytes has been transferred. Also used to notify other types of progress events such as a transfer starting, or failing.

The legacy Amazon S3 progress event com.amazonaws.services.s3.model.ProgressEvent has been deprecated in favor of this new class.