Uses of Interface
org.eclipse.jgit.events.RepositoryListener
Packages that use RepositoryListener
Package
Description
Events and listener interfaces.
Distributed file system based repository storage.
-
Uses of RepositoryListener in org.eclipse.jgit.events
Classes in org.eclipse.jgit.events with type parameters of type RepositoryListenerModifier and TypeClassDescriptionclass
RepositoryEvent<T extends RepositoryListener>
Describes a modification made to a repository.Subinterfaces of RepositoryListener in org.eclipse.jgit.eventsModifier and TypeInterfaceDescriptioninterface
ReceivesConfigChangedEvent
s.interface
ReceivesIndexChangedEvent
s.interface
ReceivesRefsChangedEvent
s.interface
ReceivesWorkingTreeModifiedEvent
s, which are fired whenever aDirCacheCheckout
modifies (adds/deletes/updates) files in the working tree.Methods in org.eclipse.jgit.events with type parameters of type RepositoryListenerModifier and TypeMethodDescription<T extends RepositoryListener>
ListenerHandleListenerList.addListener
(Class<T> type, T listener) Add a listener to the list. -
Uses of RepositoryListener in org.eclipse.jgit.internal.storage.dfs
Subinterfaces of RepositoryListener in org.eclipse.jgit.internal.storage.dfsModifier and TypeInterfaceDescriptioninterface
ReceivesBeforeDfsPackIndexLoadedEvent
s.interface
ReceivesDfsPacksChangedEvent
s.