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.Classes in org.eclipse.jgit.events that implement RepositoryListener Modifier and Type Class Description classChangeRecorderAWorkingTreeModifiedListenerthat can be used in tests to check expected events.Fields in org.eclipse.jgit.events declared as RepositoryListener Modifier and Type Field Description (package private) RepositoryListenerListenerHandle. listenerFields in org.eclipse.jgit.events with type parameters of type RepositoryListener Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends RepositoryListener>,java.util.concurrent.CopyOnWriteArrayList<ListenerHandle>>ListenerList. lists(package private) java.lang.Class<? extends RepositoryListener>ListenerHandle. typeMethods in org.eclipse.jgit.events with type parameters of type RepositoryListener Modifier and Type Method Description <T extends RepositoryListener>
ListenerHandleListenerList. addListener(java.lang.Class<T> type, T listener)Add a listener to the list.Constructors in org.eclipse.jgit.events with parameters of type RepositoryListener Constructor Description ListenerHandle(ListenerList parent, java.lang.Class<? extends RepositoryListener> type, RepositoryListener listener)Constructor parameters in org.eclipse.jgit.events with type arguments of type RepositoryListener Constructor Description ListenerHandle(ListenerList parent, java.lang.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.dfs Modifier and Type Interface Description interfaceBeforeDfsPackIndexLoadedListenerReceivesBeforeDfsPackIndexLoadedEvents.interfaceDfsPacksChangedListenerReceivesDfsPacksChangedEvents.
-