Uses of Interface
org.eclipse.jgit.internal.storage.dfs.BeforeDfsPackIndexLoadedListener
Packages that use BeforeDfsPackIndexLoadedListener
Package
Description
Distributed file system based repository storage.
-
Uses of BeforeDfsPackIndexLoadedListener in org.eclipse.jgit.internal.storage.dfs
Subclasses with type arguments of type BeforeDfsPackIndexLoadedListener in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescriptionclassDescribes theDfsPackFilejust before its index is loaded.Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type BeforeDfsPackIndexLoadedListenerModifier and TypeMethodDescriptionBeforeDfsPackIndexLoadedEvent.getListenerType()Get type of listener this event dispatches toMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type BeforeDfsPackIndexLoadedListenerModifier and TypeMethodDescriptionvoidBeforeDfsPackIndexLoadedEvent.dispatch(BeforeDfsPackIndexLoadedListener listener) Dispatch this event to the given listener.