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