All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.junrar.UnrarCallback Maven / Gradle / Ivy

There is a newer version: 7.5.5
Show newest version
package com.github.junrar;


/**
 *
 * @author alban
 */
public interface UnrarCallback {

    /**
     * Return true if the next volume is ready to be processed,
     * false otherwise.
     */
    boolean isNextVolumeReady(Volume nextVolume);

    /**
     * This method is invoked each time the progress of the current
     * volume changes.
     */
    void volumeProgressChanged(long current, long total);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy