Interface DfsPacksChangedListener

All Superinterfaces:
RepositoryListener

public interface DfsPacksChangedListener extends RepositoryListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when all packs in a repository are listed.
  • Method Details

    • onPacksChanged

      void onPacksChanged(DfsPacksChangedEvent event)
      Invoked when all packs in a repository are listed.
      Parameters:
      event - information about the packs.