Package org.eclipse.jgit.events
Interface IndexChangedListener
- All Superinterfaces:
RepositoryListener
Receives
IndexChangedEvent
s.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onIndexChanged
(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.
-