Uses of Interface
org.eclipse.jgit.events.RepositoryListener
-
Packages that use RepositoryListener Package Description org.eclipse.jgit.events Events and listener interfaces.org.eclipse.jgit.internal.storage.dfs 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 RepositoryListener Modifier and Type Class Description classRepositoryEvent<T extends RepositoryListener>Describes a modification made to a repository.Subinterfaces of RepositoryListener in org.eclipse.jgit.events Modifier and Type Interface Description interfaceConfigChangedListenerReceivesConfigChangedEvents.interfaceIndexChangedListenerReceivesIndexChangedEvents.interfaceRefsChangedListenerReceivesRefsChangedEvents.interfaceWorkingTreeModifiedListenerReceivesWorkingTreeModifiedEvents, which are fired whenever aDirCacheCheckoutmodifies (adds/deletes/updates) files in the working tree.Methods in org.eclipse.jgit.events with type parameters of type RepositoryListener Modifier and Type Method Description <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.dfs Modifier and Type Interface Description interfaceBeforeDfsPackIndexLoadedListenerReceivesBeforeDfsPackIndexLoadedEvents.interfaceDfsPacksChangedListenerReceivesDfsPacksChangedEvents.
-