|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hd.d.pg2k.clApp.uploader.UploaderLogic.UploadStatus
static final class UploaderLogic.UploadStatus
Details of one selected file being uploaded; immutable except for progress value.
| Field Summary | |
|---|---|
(package private) SelectedFileDetails |
file
Selected file; never null. |
private java.util.concurrent.atomic.AtomicLong |
progress
Current upload progress (bytes uploaded); never null. |
| Constructor Summary | |
|---|---|
UploaderLogic.UploadStatus(SelectedFileDetails selectedFile,
java.util.concurrent.atomic.AtomicLong bytesUploaded)
Create an instance. |
|
| Method Summary | |
|---|---|
(package private) long |
getBytesUploaded()
Get bytes of this exhibit uploaded so far. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final SelectedFileDetails file
private final java.util.concurrent.atomic.AtomicLong progress
| Constructor Detail |
|---|
UploaderLogic.UploadStatus(SelectedFileDetails selectedFile,
java.util.concurrent.atomic.AtomicLong bytesUploaded)
| Method Detail |
|---|
long getBytesUploaded()
|
DHD Multimedia Gallery V1.57.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||