PrivMX DOCS
API Reference/PrivMX Endpoint Java Extra/Core

ProgressListener

Interface to listen to progress of sending/reading files.

Methods

onChunkProcessed

A callback called after each successful read/write operation.

Params

processedBytes

Long

full size of current sent/read data

public abstract void onChunkProcessed(
Long processedBytes
)

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.

ProgressListener | PrivMX Docs