Module org.eclipse.jgit
Interface BeforeDfsPackIndexLoadedListener
-
- All Superinterfaces:
RepositoryListener
public interface BeforeDfsPackIndexLoadedListener extends RepositoryListener
ReceivesBeforeDfsPackIndexLoadedEvents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonBeforeDfsPackIndexLoaded(BeforeDfsPackIndexLoadedEvent event)Invoked just before a pack index is loaded from the block cache.
-
-
-
Method Detail
-
onBeforeDfsPackIndexLoaded
void onBeforeDfsPackIndexLoaded(BeforeDfsPackIndexLoadedEvent event)
Invoked just before a pack index is loaded from the block cache.- Parameters:
event- information about the packs.
-
-