Package org.eclipse.jgit.events
package org.eclipse.jgit.events
Events and listener interfaces.
-
ClassDescriptionA
WorkingTreeModifiedListener
that can be used in tests to check expected events.Describes a change to one or more keys in the configuration.ReceivesConfigChangedEvent
s.Describes a change to one or more paths in the index file.ReceivesIndexChangedEvent
s.Tracks a previously registeredRepositoryListener
.Manages a thread-safe list ofRepositoryListener
s.Describes a change to one or more references of a repository.ReceivesRefsChangedEvent
s.RepositoryEvent<T extends RepositoryListener>Describes a modification made to a repository.A listener can register for event delivery.ARepositoryEvent
describing changes to the working tree.ReceivesWorkingTreeModifiedEvent
s, which are fired whenever aDirCacheCheckout
modifies (adds/deletes/updates) files in the working tree.