public static interface DataManSystem.OnBinaryDataTransferProgressListener
Modifier and Type | Method and Description |
---|---|
void |
onBinaryDataTransferProgress(DataManSystem dataManSystem,
TransferDirection direction,
int totalDataSize,
int bytesTransferred)
Called when a certain amount of binary data has been transferred.
|
void onBinaryDataTransferProgress(DataManSystem dataManSystem, TransferDirection direction, int totalDataSize, int bytesTransferred)
dataManSystem
- The DataManSystem
object that invoked the callback.direction
- The direction of the transfer.totalDataSize
- The total number of bytes being transferred.bytesTransferred
- The number of bytes already transferred.