Module org.eclipse.jgit
Package org.eclipse.jgit.events
Events and listener interfaces.
-
Interface Summary Interface Description ConfigChangedListener ReceivesConfigChangedEvents.IndexChangedListener ReceivesIndexChangedEvents.RefsChangedListener ReceivesRefsChangedEvents.RepositoryListener A listener can register for event delivery.WorkingTreeModifiedListener ReceivesWorkingTreeModifiedEvents, which are fired whenever aDirCacheCheckoutmodifies (adds/deletes/updates) files in the working tree. -
Class Summary Class Description ConfigChangedEvent Describes a change to one or more keys in the configuration.IndexChangedEvent Describes a change to one or more paths in the index file.ListenerHandle Tracks a previously registeredRepositoryListener.ListenerList Manages a thread-safe list ofRepositoryListeners.RefsChangedEvent Describes a change to one or more references of a repository.RepositoryEvent<T extends RepositoryListener> Describes a modification made to a repository.WorkingTreeModifiedEvent ARepositoryEventdescribing changes to the working tree.