Interface IProgressListener

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IProgressListener
    Compression and decompression progress listener.

    Implementations must be thread-safe.

    • Method Detail

      • entryProcessed

        void entryProcessed​(IFzipEntry entry)
        Notifies the listener that an entry was processed, either compressed or decompressed.

        This method may be called from different threads without synchronization.

        Parameters:
        entry - the entry, never null