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
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 TypeMethodDescriptionvoid
BeforeDfsPackIndexLoadedEvent.dispatch
(BeforeDfsPackIndexLoadedListener listener) Dispatch this event to the given listener.