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