com.github.junrar
Interface UnrarCallback
public interface UnrarCallback
- Author:
- alban
|
Method Summary |
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. |
isNextVolumeReady
boolean isNextVolumeReady(Volume nextVolume)
- Return true if the next volume is ready to be processed,
false otherwise.
volumeProgressChanged
void volumeProgressChanged(long current,
long total)
- This method is invoked each time the progress of the current
volume changes.
Copyright © 2012. All Rights Reserved.