Package com.github.junrar
Interface UnrarCallback
-
public interface UnrarCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisNextVolumeReady(Volume nextVolume)voidvolumeProgressChanged(long current, long total)This method is invoked each time the progress of the current volume changes.
-
-
-
Method Detail
-
isNextVolumeReady
boolean isNextVolumeReady(Volume nextVolume)
- 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- .
-
-