Package org.eclipse.jgit.events
Interface ConfigChangedListener
-
- All Superinterfaces:
RepositoryListener
public interface ConfigChangedListener extends RepositoryListener
ReceivesConfigChangedEvent
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onConfigChanged(ConfigChangedEvent event)
Invoked when any change is made to the configuration.
-
-
-
Method Detail
-
onConfigChanged
void onConfigChanged(ConfigChangedEvent event)
Invoked when any change is made to the configuration.- Parameters:
event
- information about the changes.
-
-