Package org.eclipse.jgit.events
Interface IndexChangedListener
- All Superinterfaces:
RepositoryListener
Receives
IndexChangedEvents.-
Method Summary
Modifier and TypeMethodDescriptionvoidonIndexChanged(IndexChangedEvent event) Invoked when any change is made to the index.
-
Method Details
-
onIndexChanged
Invoked when any change is made to the index.- Parameters:
event- information about the changes.
-