public class VcsAnnotationLocalChangesListenerImpl extends java.lang.Object implements Disposable, VcsAnnotationLocalChangesListener
Disposable.Parent| Constructor and Description |
|---|
VcsAnnotationLocalChangesListenerImpl(Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
calmDown() |
void |
dispose()
Usually not invoked directly, see class javadoc.
|
void |
registerAnnotation(VirtualFile file,
FileAnnotation annotation) |
void |
reloadAnnotationsForVcs(VcsKey key) |
void |
unregisterAnnotation(VirtualFile file,
FileAnnotation annotation) |
public VcsAnnotationLocalChangesListenerImpl(Project project)
public void calmDown()
public void registerAnnotation(VirtualFile file, FileAnnotation annotation)
registerAnnotation in interface VcsAnnotationLocalChangesListenerpublic void unregisterAnnotation(VirtualFile file, FileAnnotation annotation)
unregisterAnnotation in interface VcsAnnotationLocalChangesListenerpublic void reloadAnnotationsForVcs(VcsKey key)
reloadAnnotationsForVcs in interface VcsAnnotationLocalChangesListenerpublic void dispose()
Disposabledispose in interface Disposable