Uses of Interface
org.eclipse.jgit.events.IndexChangedListener
-
Packages that use IndexChangedListener Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.events Events and listener interfaces. -
-
Uses of IndexChangedListener in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache with parameters of type IndexChangedListener Modifier and Type Method Description static DirCache
DirCache. lock(java.io.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. -
Uses of IndexChangedListener in org.eclipse.jgit.events
Methods in org.eclipse.jgit.events that return types with arguments of type IndexChangedListener Modifier and Type Method Description java.lang.Class<IndexChangedListener>
IndexChangedEvent. getListenerType()
Methods in org.eclipse.jgit.events with parameters of type IndexChangedListener Modifier and Type Method Description ListenerHandle
ListenerList. addIndexChangedListener(IndexChangedListener listener)
Register an IndexChangedListener.void
IndexChangedEvent. dispatch(IndexChangedListener listener)
-