Interface DfsPacksChangedListener
- All Superinterfaces:
RepositoryListener
Receives
DfsPacksChangedEvent
s.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when all packs in a repository are listed.
-
Method Details
-
onPacksChanged
Invoked when all packs in a repository are listed.- Parameters:
event
- information about the packs.
-