Interface SystemLoadListener


  • public interface SystemLoadListener
    • Method Detail

      • totalBranches

        void totalBranches​(long total)
      • loadingBranch

        void loadingBranch​(RepositoryId repositoryId,
                           Branch branch,
                           java.lang.Long total)
      • loadingVersions

        void loadingVersions​(RepositoryId repositoryId)
      • loadingCommits

        void loadingCommits​(RepositoryId repositoryId)
      • entryLoaded

        void entryLoaded()