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, waitbeforeContentsChange, beforeFileDeletion, beforeFileMovement, beforePropertyChange, fileCopied, fileCreated, fileDeleted, fileMovedpublic VFSForAnnotationListener(VirtualFile file, FileAnnotation fileAnnotation)
public void propertyChanged(VirtualFilePropertyEvent event)
VirtualFileListenerVirtualFileListener.fileCreated(VirtualFileEvent) and VirtualFileListener.fileDeleted(VirtualFileEvent) events will be fired.propertyChanged in interface VirtualFileListenerevent - the event object containing information about the change.public void contentsChanged(VirtualFileEvent event)
VirtualFileListenercontentsChanged in interface VirtualFileListenerevent - the event object containing information about the change.