Interface UnrarCallback
public interface UnrarCallback
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisNextVolumeReady(Volume nextVolume) voidvolumeProgressChanged(long current, long total) This method is invoked each time the progress of the current volume changes.
-
Method Details
-
isNextVolumeReady
- Parameters:
nextVolume- ,- Returns:
trueif the next volume is ready to be processed,falseotherwise.
-
volumeProgressChanged
void volumeProgressChanged(long current, long total) This method is invoked each time the progress of the current volume changes.- Parameters:
current- .total- .
-