Example usage for Java com.amazonaws.event ProgressEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
long | getBytes() Returns the number of bytes associated with the event. |
long | getBytesTransferred() Convenient method to returns the number of bytes transferred in this event, or the number of bytes reset (or discarded) if negative. |
int | getEventCode() Returns the unique event code identifying the type of event this object represents. |
ProgressEventType | getEventType() Returns the type of event this object represents. |
String | toString() |