Java com.amazonaws.event ProgressEvent fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.event ProgressEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.event ProgressEvent.

The text is from its open source code.

Field

Constructor

ProgressEvent(long bytes)
Creates a BYTE_TRANSFER_EVENT with the specified bytesTransferred data.
ProgressEvent(ProgressEventType eventType)
Creates a ProgressEvent object with the specified event type.
ProgressEvent(ProgressEventType eventType, long bytes)
Creates a ProgressEvent object.

Method

longgetBytes()
Returns the number of bytes associated with the event.
longgetBytesTransferred()
Convenient method to returns the number of bytes transferred in this event, or the number of bytes reset (or discarded) if negative.
intgetEventCode()
Returns the unique event code identifying the type of event this object represents.
ProgressEventTypegetEventType()
Returns the type of event this object represents.
StringtoString()