|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dropbox.client2.ProgressListener
com.dropbox.client2.ProgressListener.Adjusted
public static final class ProgressListener.Adjusted
A progress listener that forwards on to another ProgressListener
after adjusting the total
and bytes
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.dropbox.client2.ProgressListener |
---|
ProgressListener.Adjusted, ProgressListener.ProgressHttpEntity |
Constructor Summary | |
---|---|
ProgressListener.Adjusted(ProgressListener relay,
long bytesOffset,
long adjustedTotal)
|
Method Summary | |
---|---|
void |
onProgress(long bytes,
long total)
Gets called when some bytes have been transferred since the last time it was called and the progress interval has passed. |
long |
progressInterval()
Should return how often transferred bytes should be reported to this listener, in milliseconds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgressListener.Adjusted(ProgressListener relay, long bytesOffset, long adjustedTotal)
Method Detail |
---|
public void onProgress(long bytes, long total)
ProgressListener
onProgress
in class ProgressListener
bytes
- the number of bytes transferred.total
- the size of the file in bytes.public long progressInterval()
ProgressListener
progressInterval
in class ProgressListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |