Package org.eclipse.jgit.events
Interface ConfigChangedListener
- All Superinterfaces:
RepositoryListener
Receives
ConfigChangedEvent
s.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked 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.
-