Interface FetchService.FetchRepositoryCallback

  • Enclosing interface:
    FetchService

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void update​(float progress, java.lang.String message)
      Updates current fetch state with progress and message
    • Method Detail

      • update

        void update​(float progress,
                    @NotNull
                    java.lang.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