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 class
RepositoryEvent<T extends RepositoryListener>
Describes a modification made to a repository.Subinterfaces of RepositoryListener in org.eclipse.jgit.events Modifier and Type Interface Description interface
ConfigChangedListener
ReceivesConfigChangedEvent
s.interface
IndexChangedListener
ReceivesIndexChangedEvent
s.interface
RefsChangedListener
ReceivesRefsChangedEvent
s.Methods 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. -
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 interface
BeforeDfsPackIndexLoadedListener
ReceivesBeforeDfsPackIndexLoadedEvent
s.interface
DfsPacksChangedListener
ReceivesDfsPacksChangedEvent
s.
-