Module org.eclipse.jgit
Interface DfsPacksChangedListener
-
- All Superinterfaces:
RepositoryListener
public interface DfsPacksChangedListener extends RepositoryListener
ReceivesDfsPacksChangedEvents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPacksChanged(DfsPacksChangedEvent event)Invoked when all packs in a repository are listed.
-
-
-
Method Detail
-
onPacksChanged
void onPacksChanged(DfsPacksChangedEvent event)
Invoked when all packs in a repository are listed.- Parameters:
event- information about the packs.
-
-