Package org.eclipse.jgit.events
Interface WorkingTreeModifiedListener
- All Superinterfaces:
RepositoryListener
Receives
WorkingTreeModifiedEvents, which are
fired whenever a DirCacheCheckout modifies
(adds/deletes/updates) files in the working tree.- Since:
- 4.9
-
Method Summary
Modifier and TypeMethodDescriptionvoidRespond to working tree modifications.
-
Method Details
-
onWorkingTreeModified
Respond to working tree modifications.- Parameters:
event- aWorkingTreeModifiedEventobject.
-