public class VFSForAnnotationListener extends java.lang.Object implements VirtualFileListener
Constructor and Description |
---|
VFSForAnnotationListener(VirtualFile file,
FileAnnotation fileAnnotation) |
Modifier and Type | Method and Description |
---|---|
void |
contentsChanged(VirtualFileEvent event)
Fired when the contents of a virtual file is changed.
|
void |
propertyChanged(VirtualFilePropertyEvent event)
Fired when a virtual file is renamed from within the IDE, or its writable status is changed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beforeContentsChange, beforeFileDeletion, beforeFileMovement, beforePropertyChange, fileCopied, fileCreated, fileDeleted, fileMoved
public VFSForAnnotationListener(VirtualFile file, FileAnnotation fileAnnotation)
public void propertyChanged(VirtualFilePropertyEvent event)
VirtualFileListener
VirtualFileListener.fileCreated(VirtualFileEvent)
and VirtualFileListener.fileDeleted(VirtualFileEvent)
events will be fired.propertyChanged
in interface VirtualFileListener
event
- the event object containing information about the change.public void contentsChanged(VirtualFileEvent event)
VirtualFileListener
contentsChanged
in interface VirtualFileListener
event
- the event object containing information about the change.