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.Classes in org.eclipse.jgit.events that implement RepositoryListenerModifier and TypeClassDescriptionclass
AWorkingTreeModifiedListener
that can be used in tests to check expected events.Fields in org.eclipse.jgit.events declared as RepositoryListenerModifier and TypeFieldDescription(package private) final RepositoryListener
ListenerHandle.listener
Fields in org.eclipse.jgit.events with type parameters of type RepositoryListenerModifier and TypeFieldDescriptionprivate final Map
<Class<? extends RepositoryListener>, CopyOnWriteArrayList<ListenerHandle>> ListenerList.lists
(package private) final Class
<? extends RepositoryListener> ListenerHandle.type
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.Constructors in org.eclipse.jgit.events with parameters of type RepositoryListenerModifierConstructorDescription(package private)
ListenerHandle
(ListenerList parent, Class<? extends RepositoryListener> type, RepositoryListener listener) Constructor parameters in org.eclipse.jgit.events with type arguments of type RepositoryListenerModifierConstructorDescription(package private)
ListenerHandle
(ListenerList parent, Class<? extends RepositoryListener> type, RepositoryListener listener) -
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.