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 Class<DfsPacksChangedListener>DfsPacksChangedEvent. getListenerType()Get type of listener this event dispatches toMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsPacksChangedListener Modifier and Type Method Description voidDfsPacksChangedEvent. dispatch(DfsPacksChangedListener listener)Dispatch this event to the given listener.
-