public interface VcsListener
extends java.util.EventListener
Allows to receive notifications about changes in VCS configuration for the project.
Use the ProjectLevelVcsManager.VCS_CONFIGURATION_CHANGED
MessageBus topic to subscribe.
Modifier and Type | Method and Description |
---|---|
void |
directoryMappingChanged()
Notifies that the per-directory VCS mapping has changed.
|