org.eclipse.jgit.storage.dfs
Interface DfsPacksChangedListener

All Superinterfaces:
RepositoryListener

public interface DfsPacksChangedListener
extends RepositoryListener

Receives DfsPacksChangedEvents.


Method Summary
 void onPacksChanged(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.


Copyright © 2012. All Rights Reserved.