Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.nightbreak
/
NightbreakAccount
/
DownloadProgressCallback
Download
Progress
Callback
public
interface
DownloadProgressCallback
Callback interface for download progress updates.
Members
Functions
on
Progress
Link copied to clipboard
public
abstract
void
onProgress
(
long bytesDownloaded
,
long totalBytes
)
Called periodically during download with progress info.