Package org.eclipse.jgit.events
package org.eclipse.jgit.events
Events and listener interfaces.
-
ClassDescriptionDescribes a change to one or more keys in the configuration.Receives
ConfigChangedEvents.Describes a change to one or more paths in the index file.ReceivesIndexChangedEvents.Tracks a previously registeredRepositoryListener.Manages a thread-safe list ofRepositoryListeners.Describes a change to one or more references of a repository.ReceivesRefsChangedEvents.RepositoryEvent<T extends RepositoryListener>Describes a modification made to a repository.A listener can register for event delivery.ARepositoryEventdescribing changes to the working tree.ReceivesWorkingTreeModifiedEvents, which are fired whenever aDirCacheCheckoutmodifies (adds/deletes/updates) files in the working tree.