public interface ProgressListener
| Modifier and Type | Method and Description |
|---|---|
void |
markProgress(long workDone)
Called by entity performing operation to indicate progress
|
void |
setTotalWorkAmount(long workTotal)
Called by entity performing operation to indicate total amount of work to be done
|
void setTotalWorkAmount(long workTotal)
workTotal - void markProgress(long workDone)
workDone - raw value of work done (for example, number of bytes transferred)Copyright © 2014. All Rights Reserved.