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, wait
beforeContentsChange, beforeFileDeletion, beforeFileMovement, beforePropertyChange, contentsChanged, fileCopied, fileCreated, fileDeleted
public void fileMoved(VirtualFileMoveEvent event)
VirtualFileListener
fileMoved
in interface VirtualFileListener
event
- 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)
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.