Interface ProgressListener

  • 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 ProgressListener
    • Method Detail

      • progress

        default void progress​(@Nonnull @Nonnull
                              ProgressEvent type)
      • progress

        void progress​(@Nonnull @Nonnull
                      ProgressEvent type,
                      @Nullable @Nullable
                      org.projectnessie.versioned.transfer.serialize.TransferTypes.ExportMeta exportMeta)
        Reports a progress event. The exportMeta parameter is only valid for ProgressEvent.END_META.