public interface VcsAnnotationRefresher
Modifier and Type | Field and Description |
---|---|
static Topic<VcsAnnotationRefresher> |
LOCAL_CHANGES_CHANGED |
Modifier and Type | Method and Description |
---|---|
void |
configurationChanged(VcsKey key) |
void |
dirty(BaseRevision currentRevision) |
void |
dirty(java.lang.String path) |
void |
dirtyUnder(VirtualFile file) |
static final Topic<VcsAnnotationRefresher> LOCAL_CHANGES_CHANGED
void dirtyUnder(VirtualFile file)
void dirty(BaseRevision currentRevision)
void dirty(java.lang.String path)
void configurationChanged(VcsKey key)