Uses of Interface
org.eclipse.jgit.events.IndexChangedListener
Packages that use IndexChangedListener
Package
Description
Reading and editing the directory cache (index).
Events and listener interfaces.
-
Uses of IndexChangedListener in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as IndexChangedListenerModifier and TypeFieldDescriptionprivate IndexChangedListener
DirCache.indexChangedListener
listener to be informed on commitMethods in org.eclipse.jgit.dircache with parameters of type IndexChangedListenerModifier and TypeMethodDescriptionstatic DirCache
DirCache.lock
(File indexLocation, FS fs, IndexChangedListener indexChangedListener) Create a new in-core index representation, lock it, and read from disk.static DirCache
DirCache.lock
(Repository repository, IndexChangedListener indexChangedListener) Create a new in-core index representation, lock it, and read from disk.private void
DirCache.registerIndexChangedListener
(IndexChangedListener listener) -
Uses of IndexChangedListener in org.eclipse.jgit.events
Methods in org.eclipse.jgit.events that return types with arguments of type IndexChangedListenerModifier and TypeMethodDescriptionIndexChangedEvent.getListenerType()
Get type of listener this event dispatches toMethods in org.eclipse.jgit.events with parameters of type IndexChangedListenerModifier and TypeMethodDescriptionListenerList.addIndexChangedListener
(IndexChangedListener listener) Register an IndexChangedListener.void
IndexChangedEvent.dispatch
(IndexChangedListener listener) Dispatch this event to the given listener.