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.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 TypeInterfaceDescriptioninterfaceReceivesBeforeDfsPackIndexLoadedEvents.interfaceReceivesDfsPacksChangedEvents.