-
- All Superinterfaces:
RepositoryListener
public interface WorkingTreeModifiedListener extends RepositoryListener
ReceivesWorkingTreeModifiedEvents, which are fired whenever aDirCacheCheckoutmodifies (adds/deletes/updates) files in the working tree.- Since:
- 4.9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonWorkingTreeModified(WorkingTreeModifiedEvent event)Respond to working tree modifications.
-
-
-
Method Detail
-
onWorkingTreeModified
void onWorkingTreeModified(WorkingTreeModifiedEvent event)
Respond to working tree modifications.- Parameters:
event- aWorkingTreeModifiedEventobject.
-
-