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 TypeClassDescriptionclassRepositoryEvent<T extends RepositoryListener>Describes a modification made to a repository.Subinterfaces of RepositoryListener in org.eclipse.jgit.eventsModifier and TypeInterfaceDescriptioninterfaceReceivesConfigChangedEvents.interfaceReceivesIndexChangedEvents.interfaceReceivesRefsChangedEvents.interfaceReceivesWorkingTreeModifiedEvents, which are fired whenever aDirCacheCheckoutmodifies (adds/deletes/updates) files in the working tree.Fields in org.eclipse.jgit.events declared as RepositoryListenerModifier and TypeFieldDescription(package private) final RepositoryListenerListenerHandle.listenerFields 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.typeMethods 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 TypeInterfaceDescriptioninterfaceReceivesBeforeDfsPackIndexLoadedEvents.interfaceReceivesDfsPacksChangedEvents.