Package org.eclipse.jgit.events
Interface ConfigChangedListener
- All Superinterfaces:
RepositoryListener
Receives
ConfigChangedEvents.-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when any change is made to the configuration.
-
Method Details
-
onConfigChanged
Invoked when any change is made to the configuration.- Parameters:
event- information about the changes.
-