Interface FetchService.FetchRepositoryCallback

  • Enclosing interface:
    FetchService

    public static interface FetchService.FetchRepositoryCallback
    Callback interface to report fetch execution progress
    • Method Detail

      • update

        void update​(float progress,
                    @NotNull
                    String message)
        Updates current fetch state with progress and message
        Parameters:
        progress - a value of progress from [0, 1] interval or -1 if the message is without progress
        message - message to display