Uses of Class
org.eclipse.jgit.events.RepositoryEvent
Packages that use RepositoryEvent
Package
Description
Events and listener interfaces.
Distributed file system based repository storage.
Core API for repository, config, refs, object database.
-
Uses of RepositoryEvent in org.eclipse.jgit.events
Subclasses of RepositoryEvent in org.eclipse.jgit.eventsModifier and TypeClassDescriptionclassDescribes a change to one or more keys in the configuration.classDescribes a change to one or more paths in the index file.classDescribes a change to one or more references of a repository.classARepositoryEventdescribing changes to the working tree.Methods in org.eclipse.jgit.events with parameters of type RepositoryEventModifier and TypeMethodDescriptionvoidListenerList.dispatch(RepositoryEvent event) Dispatch an event to all interested listeners. -
Uses of RepositoryEvent in org.eclipse.jgit.internal.storage.dfs
Subclasses of RepositoryEvent in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescriptionclassDescribes theDfsPackFilejust before its index is loaded.classDescribes a change to the list of packs in aDfsRepository. -
Uses of RepositoryEvent in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type RepositoryEventModifier and TypeMethodDescriptionvoidRepository.fireEvent(RepositoryEvent<?> event) Fire an event to all registered listeners.