Interface UnrarCallback


public interface UnrarCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    volumeProgressChanged(long current, long total)
    This method is invoked each time the progress of the current volume changes.
  • Method Details

    • isNextVolumeReady

      boolean isNextVolumeReady(Volume nextVolume)
      Parameters:
      nextVolume - ,
      Returns:
      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.
      Parameters:
      current - .
      total - .