com.amazonaws.services.s3.model
Class ProgressEvent
java.lang.Object
com.amazonaws.event.ProgressEvent
com.amazonaws.services.s3.model.ProgressEvent
Deprecated. Replaced by ProgressEvent
@Deprecated
public class ProgressEvent
- extends ProgressEvent
Notification of a progress change on an Amazon S3 transfer. Typically this
means notice that another chunk of bytes was transferred, but it also signals
other types of progress events such as a transfer starting, or failing.
Constructor Summary |
ProgressEvent(int bytesTransferred)
Deprecated. |
ProgressEvent(int eventCode,
long bytesTransferred)
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressEvent
public ProgressEvent(int bytesTransferred)
- Deprecated.
ProgressEvent
public ProgressEvent(int eventCode,
long bytesTransferred)
- Deprecated.
setBytesTransfered
@Deprecated
public void setBytesTransfered(int bytesTransferred)
- Deprecated. Replaced by
#setBytesTransferred()
getBytesTransfered
@Deprecated
public int getBytesTransfered()
- Deprecated. Replaced by
ProgressEvent.getBytesTransferred()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.