Class IndexChangedEvent


public class IndexChangedEvent extends RepositoryEvent<IndexChangedListener>
Describes a change to one or more paths in the index file.
  • Field Details

    • internal

      private boolean internal
  • Constructor Details

    • IndexChangedEvent

      public IndexChangedEvent(boolean internal)
      Notify that the index changed
      Parameters:
      internal - true if the index was changed by the same JGit process
      Since:
      5.0
  • Method Details