public abstract class VirtualFileUrlChangeAdapter extends java.lang.Object implements VirtualFileListener
| Constructor and Description |
|---|
VirtualFileUrlChangeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
fileMoved(VirtualFileMoveEvent event)
Fired when a virtual file is moved from within the IDE.
|
protected abstract void |
fileUrlChanged(java.lang.String oldUrl,
java.lang.String newUrl) |
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, contentsChanged, fileCopied, fileCreated, fileDeletedpublic void fileMoved(VirtualFileMoveEvent event)
VirtualFileListenerfileMoved in interface VirtualFileListenerevent - the event object containing information about the change.protected abstract void fileUrlChanged(java.lang.String oldUrl,
java.lang.String newUrl)
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.