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 VcsAnnotationLocalChangesListener
public void unregisterAnnotation(VirtualFile file, FileAnnotation annotation)
unregisterAnnotation
in interface VcsAnnotationLocalChangesListener
public void reloadAnnotationsForVcs(VcsKey key)
reloadAnnotationsForVcs
in interface VcsAnnotationLocalChangesListener
public void dispose()
Disposable
dispose
in interface Disposable