Uses of Interface
org.eclipse.jgit.internal.storage.dfs.DfsPacksChangedListener
-
Packages that use DfsPacksChangedListener Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsPacksChangedListener in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type DfsPacksChangedListener Modifier and Type Method Description java.lang.Class<DfsPacksChangedListener>
DfsPacksChangedEvent. getListenerType()
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsPacksChangedListener Modifier and Type Method Description void
DfsPacksChangedEvent. dispatch(DfsPacksChangedListener listener)
-