public interface UnrarCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNextVolumeReady(Volume nextVolume)
Return true if the next volume is ready to be processed,
false otherwise.
|
void |
volumeProgressChanged(long current,
long total)
This method is invoked each time the progress of the current
volume changes.
|
boolean isNextVolumeReady(Volume nextVolume)
nextVolume - next volumetrue, if the next volume is ready to be processedvoid volumeProgressChanged(long current,
long total)
current - current volume progresstotal - total progressCopyright © 2017. All rights reserved.